summaryrefslogtreecommitdiff
path: root/numpy/build_utils/waf.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/build_utils/waf.py')
-rw-r--r--numpy/build_utils/waf.py2
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.