Skip to content

Commit 5fd2c18

Browse files
committed
fixup! fixup! Build libtcl
1 parent 2958f30 commit 5fd2c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ if [ "${PYBUILD_SHARED}" = "1" ]; then
730730
# dependencies, but at some point we will want to run this for
731731
# them too.
732732
for module in ${ROOT}/out/python/install/lib/python*/lib-dynload/*.so; do
733-
install_name_tool -rpath @loader_path/../.. "$module"
733+
install_name_tool -add_rpath @loader_path/../.. "$module"
734734
done
735735
else # (not macos)
736736
LIBPYTHON_SHARED_LIBRARY_BASENAME=libpython${PYTHON_MAJMIN_VERSION}${PYTHON_BINARY_SUFFIX}.so.1.0

0 commit comments

Comments
 (0)