Skip to content

Commit b5a7a39

Browse files
authored
Update build.sh - Python_EXECUTABLE
1 parent 1bb9e2b commit b5a7a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake -G Ninja \
1717
-DIFC_LIBRARY_DIR=$PREFIX/lib \
1818
-DOCC_INCLUDE_DIR=$PREFIX/include/opencascade \
1919
-DOCC_LIBRARY_DIR=$PREFIX/lib \
20-
-DPYTHON_EXECUTABLE:FILEPATH=$PYTHON \
20+
-DPython_EXECUTABLE:FILEPATH=$PYTHON \
2121
.
2222

2323
ninja -j2

0 commit comments

Comments
 (0)