Skip to content

Commit 19c4c96

Browse files
committed
pythinc
1 parent 6a914a8 commit 19c4c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if env.get('SWIG') and env.get('NUMPY'):
4747
import numpy
4848
numpy_loc = os.path.split(numpy.__file__)[0]
4949
pythinc.append(os.path.join(numpy_loc,'numarray','numpy'))
50-
pythinc.append(os.path.join(numpy_loc,'core','include'))
50+
pythinc.append(os.path.join(numpy_loc,'_core','include'))
5151
except:
5252
print("\n\n\tPlease install numpy\n\n")
5353
Exit(1)

0 commit comments

Comments
 (0)