diff options
Diffstat (limited to 'numpy/numarray/util.py')
-rw-r--r-- | numpy/numarray/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/util.py b/numpy/numarray/util.py index 3f0fc20d0..64a3f1711 100644 --- a/numpy/numarray/util.py +++ b/numpy/numarray/util.py @@ -35,5 +35,5 @@ def handleError(errorStatus, sourcemsg): def get_numarray_include_dirs(): base = os.path.dirname(numpy.__file__) - newdirs = [os.path.join(base, 'numarray')] + newdirs = [os.path.join(base, 'numarray', 'include')] return newdirs |