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 5d756fc commit d1625f5Copy full SHA for d1625f5
.github/workflows/mac.yml
@@ -34,6 +34,7 @@ jobs:
34
cd Build
35
cmake -G "Xcode" -DCOPY_PYTHON_DL=ON ..
36
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
38
# - name: test
39
# run: cd build && ctest
40
- name: package
0 commit comments