diff options
author | David Cournapeau <cournape@gmail.com> | 2012-04-13 11:26:45 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-04-13 11:28:37 +0100 |
commit | 59019f1493d311c11e758b75e11653b34f7b7bad (patch) | |
tree | a25e4a7f7bc7326a61b2ae1eb3585183772eccd9 /numpy/build_utils/waf.py | |
parent | 0c5f480f2db3566a1add20a2f286e6b7e9608c94 (diff) | |
download | numpy-59019f1493d311c11e758b75e11653b34f7b7bad.tar.gz |
FEAT: update to last bento+waf.
Diffstat (limited to 'numpy/build_utils/waf.py')
-rw-r--r-- | numpy/build_utils/waf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/build_utils/waf.py b/numpy/build_utils/waf.py index c1eb23801..051cf27e0 100644 --- a/numpy/build_utils/waf.py +++ b/numpy/build_utils/waf.py @@ -497,7 +497,7 @@ def define_cond(self, name, value, comment): self.undefine(name) @waflib.Configure.conf -def get_config_header(self, defines=True, headers=False): +def get_config_header(self, defines=True, headers=False, define_prefix=None): """ Create the contents of a ``config.h`` file from the defines and includes set in conf.env.define_key / conf.env.include_key. No include guards are added. |