We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8288794 commit c9a23ddCopy full SHA for c9a23dd
setup.py
@@ -52,7 +52,7 @@
52
ext_args = dict(
53
library_dirs = [lib_dir],
54
extra_compile_args = ['-std=c++11','-DBUILD_BUNDLE=1'],
55
- extra_link_args = ["-Wl,-rpath,@loader_path"],
+ extra_link_args = ["-Wl,-rpath,$ORIGIN"],
56
include_dirs=['include']
57
)
58
0 commit comments