Skip to content

Commit

Permalink
linux.yml: fix missing rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Apr 2, 2023
1 parent c2c31d4 commit 570409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
for dep in libssl.so.1.1 libpython3.so; do
patchelf --set-rpath '$ORIGIN' ${INSTALL_DIR}/lib/${dep}
done
for sharedlib in _ssl _hashlib; do
for sharedlib in _ssl _hashlib _ctypes readline; do
patchelf --set-rpath '$ORIGIN/../..' ${INSTALL_DIR}/lib/python3.9/lib-dynload/${sharedlib}*.so
done
./.github/workflows/fix-header.sh ${INSTALL_DIR}/bin/2to3-3.9
Expand Down

0 comments on commit 570409c

Please sign in to comment.