Skip to content

Commit 3932ab9

Browse files
test
1 parent 492326b commit 3932ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ archs = ["universal2"]
2222

2323
repair-wheel-command = [
2424
"delocate-listdeps {wheel}",
25-
"delocate-wheel --require-archs {delocate_archs} -w --lib-sdir . -w {dest_dir} {wheel}",
26-
]
25+
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
26+
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
ext_args = dict(
5353
library_dirs = [lib_dir],
5454
extra_compile_args = ['-std=c++11','-DBUILD_BUNDLE=1'],
55-
extra_link_args = ["-Wl,-rpath,$ORIGIN"],
55+
extra_link_args = ["-Wl,-rpath,@loader_path"],
5656
include_dirs=['include']
5757
)
5858

0 commit comments

Comments
 (0)