Skip to content

Commit faa311d

Browse files
Update manylinux.sh
1 parent 75f5403 commit faa311d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/build-env/manylinux.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ else
7373
echo "Symbolic link for lib64 to lib already exists or lib64 does not exist."
7474
fi
7575

76-
cd ../..
76+
patchelf --set-rpath "\$ORIGIN/../lib" ./lib/*.so
7777

78-
patchelf --set-rpath "\$ORIGIN/../lib" ./lib/libtensorarray_core.so
79-
patchelf --set-rpath "\$ORIGIN/../lib" ./lib/libtensorarray_layers.so
78+
cd ../..

0 commit comments

Comments
 (0)