Skip to content

Commit 6cef46d

Browse files
test
1 parent d48861f commit 6cef46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before-all = [
3131
"scripts/build-env/manylinux.sh"
3232
]
3333
repair-wheel-command = [
34-
"patchelf --set-rpath \\\"$ORIGIN../lib\\\" tensor-array-repo/Tensor-Array/lib/*.so",
34+
"patchelf --set-rpath \"$ORIGIN/../lib\" tensor-array-repo/Tensor-Array/lib/*.so",
3535
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
3636
]
3737

0 commit comments

Comments
 (0)