Skip to content

Commit 06295a0

Browse files
committed
Python_INCLUDE_DIR,Python_LIBRARY
1 parent de608c1 commit 06295a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_osx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
"-DOCC_INCLUDE_DIR=$base/occt-7.8.1/include/opencascade" \
8989
"-DOCC_LIBRARY_DIR=$base/occt-7.8.1/lib" \
9090
"-DPython_EXECUTABLE=$base/python-3.9.11/bin/python3" \
91+
"-DPython_INCLUDE_DIR=$base/python-3.9.11/include/python3.9" \
92+
"-DPython_LIBRARY=$base/python-3.9.11/lib/libpython3.9.dylib" \
9193
"-DBOOST_ROOT=$base/boost-1.86.0" \
9294
"-DGMP_LIBRARY_DIR=$base/gmp-6.2.1/lib" \
9395
"-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"

0 commit comments

Comments
 (0)