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 2958f30 commit 5fd2c18Copy full SHA for 5fd2c18
cpython-unix/build-cpython.sh
@@ -730,7 +730,7 @@ if [ "${PYBUILD_SHARED}" = "1" ]; then
730
# dependencies, but at some point we will want to run this for
731
# them too.
732
for module in ${ROOT}/out/python/install/lib/python*/lib-dynload/*.so; do
733
- install_name_tool -rpath @loader_path/../.. "$module"
+ install_name_tool -add_rpath @loader_path/../.. "$module"
734
done
735
else # (not macos)
736
LIBPYTHON_SHARED_LIBRARY_BASENAME=libpython${PYTHON_MAJMIN_VERSION}${PYTHON_BINARY_SUFFIX}.so.1.0
0 commit comments