Skip to content

Commit

Permalink
Adapt numpyconfig.h location in setup.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Jun 12, 2008
1 parent 607c8ff commit 95a9bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/setupscons.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def add_numpyconfig_header():
# 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)
Expand Down

0 comments on commit 95a9bef

Please sign in to comment.