diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-11-09 03:10:34 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-11-09 03:10:34 +0000 |
| commit | 3b7da02628d2d7270095b02ebcc34714324fd3d3 (patch) | |
| tree | 116b4b065c2064cfa2467fb98f67fbbb068baade /numpy/core/SConscript | |
| parent | 1192cf9f3d782909c820708346d26e4ffb0b2549 (diff) | |
| download | numpy-3b7da02628d2d7270095b02ebcc34714324fd3d3.tar.gz | |
ENH: move npy_config to a newly created private header directory.
Diffstat (limited to 'numpy/core/SConscript')
| -rw-r--r-- | numpy/core/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/SConscript b/numpy/core/SConscript index 5c4e42eb8..3b18f704b 100644 --- a/numpy/core/SConscript +++ b/numpy/core/SConscript @@ -382,7 +382,7 @@ generated_headers.append(ufunc_api[0]) # include/numpy is added for compatibility reasons with distutils: this is # needed for __multiarray_api.c and __ufunc_api.c included from multiarray and # ufunc. -env.Prepend(CPPPATH = ['include', '.', 'include/numpy']) +env.Prepend(CPPPATH = ['src/private', 'include', '.', 'include/numpy']) # npymath core lib npymath_src = [env.GenerateFromTemplate(pjoin('src', 'npymath', 'npy_math.c.src')), |
