Skip to content

Commit d1625f5

Browse files
committed
Fix macOS build process by ensuring proper rpath for Python
1 parent 5d756fc commit d1625f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
cd Build
3535
cmake -G "Xcode" -DCOPY_PYTHON_DL=ON ..
3636
xcodebuild -configuration Release
37+
install_name_tool -change /Library/Frameworks/Python.framework/Versions/3.10/Python @rpath/libpython3.10.dylib Release/python-processor.bundle/Contents/MacOS/python-processor
3738
# - name: test
3839
# run: cd build && ctest
3940
- name: package

0 commit comments

Comments
 (0)