Skip to content

Commit bac370d

Browse files
committed
Update numpy include path
1 parent c66c7b2 commit bac370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pushd build
2727

2828
PYTHON3_INCLUDE_PATH=/build/crosspy/include/python${PYTHON_VERSION}
2929
PYTHON3_SITE_PACKAGES=/build/venv/cross/lib/python${PYTHON_VERSION}/site-packages/
30-
PYTHON3_NUMPY_INCLUDE_DIRS="$PYTHON3_SITE_PACKAGES"/numpy/core/include
30+
PYTHON3_NUMPY_INCLUDE_DIRS="$PYTHON3_SITE_PACKAGES"/numpy/_core/include
3131

3232
# Tried to compile with OpenBLAS support but cmake is weird..
3333
#

0 commit comments

Comments
 (0)