summaryrefslogtreecommitdiff
path: root/numpy/core/setupscons.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-06-12 07:43:27 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-06-12 07:43:27 +0000
commit95a9befc62b54d33a918c1dbc8b130ae8dcba433 (patch)
tree75135e79aa2a23c7d8497a6d4656b97bd15f67a5 /numpy/core/setupscons.py
parent607c8ff5e0cf2200eb044e72325425afb5fbd16b (diff)
downloadnumpy-95a9befc62b54d33a918c1dbc8b130ae8dcba433.tar.gz
Adapt numpyconfig.h location in setup.py file.
Diffstat (limited to 'numpy/core/setupscons.py')
-rw-r--r--numpy/core/setupscons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setupscons.py b/numpy/core/setupscons.py
index 857491b88..83a014e6a 100644
--- a/numpy/core/setupscons.py
+++ b/numpy/core/setupscons.py
@@ -50,7 +50,7 @@ def configuration(parent_package='',top_path=None):
# XXX: I really have to think about how to communicate path info
# between scons and distutils, and set the options at one single
# location.
- target = join(scons_build_dir, local_dir, 'numpyconfig.h')
+ target = join(scons_build_dir, local_dir, 'include/numpy/numpyconfig.h')
incl_dir = os.path.dirname(target)
if incl_dir not in config.numpy_include_dirs:
config.numpy_include_dirs.append(incl_dir)