Skip to content

Commit 7993295

Browse files
test
1 parent af8ce07 commit 7993295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-env/manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fi
8181
for i in ./lib/*.so
8282
do
8383
echo "Add ${i} file"
84-
patchelf --set-rpath "\$ORIGIN/../lib" ${i}
84+
patchelf --add-needed ${i}
8585
done
8686

8787
cd ../..

0 commit comments

Comments
 (0)