Skip to content

Commit

Permalink
Python_INCLUDE_DIR,Python_LIBRARY
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Dec 19, 2024
1 parent de608c1 commit 06295a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
"-DOCC_INCLUDE_DIR=$base/occt-7.8.1/include/opencascade" \
"-DOCC_LIBRARY_DIR=$base/occt-7.8.1/lib" \
"-DPython_EXECUTABLE=$base/python-3.9.11/bin/python3" \
"-DPython_INCLUDE_DIR=$base/python-3.9.11/include/python3.9" \
"-DPython_LIBRARY=$base/python-3.9.11/lib/libpython3.9.dylib" \
"-DBOOST_ROOT=$base/boost-1.86.0" \
"-DGMP_LIBRARY_DIR=$base/gmp-6.2.1/lib" \
"-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"
Expand Down

0 comments on commit 06295a0

Please sign in to comment.