Skip to content

Commit af8ce07

Browse files
test
1 parent c98bfc0 commit af8ce07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-env/manylinux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ fi
8080

8181
for i in ./lib/*.so
8282
do
83-
echo "Add ${i}.so file"
84-
patchelf --set-rpath "\$ORIGIN/../lib" ./lib/${i}.so
83+
echo "Add ${i} file"
84+
patchelf --set-rpath "\$ORIGIN/../lib" ${i}
8585
done
8686

8787
cd ../..

0 commit comments

Comments
 (0)