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 af8ce07 commit 7993295Copy full SHA for 7993295
scripts/build-env/manylinux.sh
@@ -81,7 +81,7 @@ fi
81
for i in ./lib/*.so
82
do
83
echo "Add ${i} file"
84
- patchelf --set-rpath "\$ORIGIN/../lib" ${i}
+ patchelf --add-needed ${i}
85
done
86
87
cd ../..
0 commit comments