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 5ffc9e0 commit 158c117Copy full SHA for 158c117
build.py
@@ -91,10 +91,10 @@
91
runtime_library_dirs = None
92
extra_compiler_args = None
93
elif platform.system() == 'Darwin':
94
- runtime_library_dirs = ["@loader_path"]
+ runtime_library_dirs = ['.', str(capi_bin_dir)]
95
96
else:
97
- runtime_library_dirs = ["$ORIGIN"]
+ runtime_library_dirs = ["$ORIGIN", '.', str(capi_bin_dir)]
98
99
100
capi_include_dirs = [str(capi_include_dir)]
0 commit comments