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 8e6bf76 commit 981330dCopy full SHA for 981330d
graalpython/com.oracle.graal.python.cext/setup.py
@@ -248,7 +248,7 @@ def __call__(self):
248
libs.append(dep.lib_name)
249
library_dirs.append(dep.lib_install_dir)
250
#runtime_library_dirs.append(dep.lib_install_dir)
251
- #extra_link_args.append("-Wl,-rpath," + dep.lib_install_dir)
+ extra_link_args.append("-Wl,-rpath," + dep.lib_install_dir)
252
253
# If the dependency provides a header file, add the include path
254
if dep.include_install_dir:
0 commit comments