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 38e1591 commit 657f1e4Copy full SHA for 657f1e4
build.py
@@ -92,7 +92,7 @@
92
extra_compiler_args = None
93
else:
94
runtime_library_dirs = [str(capi_bin_dir)]
95
- extra_compiler_args = [f'-fPIC -Wl,-rpath={str(capi_bin_dir)}']
+ extra_compiler_args = [f'-fPIC -Wl,-rpath,{str(capi_bin_dir)}']
96
97
capi_include_dirs = [str(capi_include_dir)]
98
0 commit comments