Skip to content

Commit c9a23dd

Browse files
test
1 parent 8288794 commit c9a23dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,@loader_path"],
55+
extra_link_args = ["-Wl,-rpath,$ORIGIN"],
5656
include_dirs=['include']
5757
)
5858

0 commit comments

Comments
 (0)