We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de608c1 commit 06295a0Copy full SHA for 06295a0
.github/workflows/build_osx.yml
@@ -88,6 +88,8 @@ jobs:
88
"-DOCC_INCLUDE_DIR=$base/occt-7.8.1/include/opencascade" \
89
"-DOCC_LIBRARY_DIR=$base/occt-7.8.1/lib" \
90
"-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" \
93
"-DBOOST_ROOT=$base/boost-1.86.0" \
94
"-DGMP_LIBRARY_DIR=$base/gmp-6.2.1/lib" \
95
"-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"
0 commit comments