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 657f1e4 commit 9ee8ec3Copy full SHA for 9ee8ec3
build.py
@@ -91,8 +91,9 @@
91
runtime_library_dirs = None
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)}']
+ runtime_library_dirs = ["$ORIGIN"]
+ extra_compiler_args = None
96
+print(extra_compiler_args)
97
98
capi_include_dirs = [str(capi_include_dir)]
99
0 commit comments