Skip to content

Commit 75f5403

Browse files
Update manylinux.sh
1 parent 12b5063 commit 75f5403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build-env/manylinux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ fi
7575

7676
cd ../..
7777

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

0 commit comments

Comments
 (0)