Skip to content

Commit f0b45be

Browse files
committed
debug
1 parent 24f5917 commit f0b45be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_osx.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
run: |
7575
base=$GITHUB_WORKSPACE/IfcOpenShell/build/Darwin/${{ matrix.cpuarch }}/10.9/install
7676
find $base
77+
ls -al $base/python-3.9.11/bin/python3
7778
mkdir build
7879
cd build
7980
cmake .. \
@@ -88,9 +89,7 @@ jobs:
8889
"-DIFC_LIBRARY_DIR=$base/ifcopenshell/lib" \
8990
"-DOCC_INCLUDE_DIR=$base/occt-7.8.1/include/opencascade" \
9091
"-DOCC_LIBRARY_DIR=$base/occt-7.8.1/lib" \
91-
"-DPython_EXECUTABLE=$base/python-3.9.11/bin/python3" \
92-
"-DPython_INCLUDE_DIR=$base/python-3.9.11/include/python3.9" \
93-
"-DPython_LIBRARY=$base/python-3.9.11/lib/libpython3.9.dylib" \
92+
"-DPYTHON_EXECUTABLE=$base/python-3.9.11/bin/python3" \
9493
"-DBOOST_ROOT=$base/boost-1.86.0" \
9594
"-DGMP_LIBRARY_DIR=$base/gmp-6.2.1/lib" \
9695
"-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"

0 commit comments

Comments
 (0)