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 158c117 commit 41f7922Copy full SHA for 41f7922
build.py
@@ -92,7 +92,7 @@
92
extra_compiler_args = None
93
elif platform.system() == 'Darwin':
94
runtime_library_dirs = ['.', str(capi_bin_dir)]
95
- extra_compiler_args = None
+ extra_compiler_args = [f'-Wl,-rpath,{str(capi_bin_dir)}']
96
else:
97
runtime_library_dirs = ["$ORIGIN", '.', str(capi_bin_dir)]
98
0 commit comments