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 22ee94e commit 254acf8Copy full SHA for 254acf8
graalpython/com.oracle.graal.python.cext/setup.py
@@ -477,7 +477,8 @@ def build(capi_home):
477
build_nativelibsupport(capi_home,
478
subdir="bz2",
479
libname="libbz2support",
480
- deps=[Bzip2Depedency("bz2", "bzip2==1.0.8", "BZIP2")])
+ deps=[Bzip2Depedency("bz2", "bzip2==1.0.8", "BZIP2")],
481
+ extra_link_args=["-Wl,-rpath,%s/lib/%s/" % (relative_rpath, SOABI)])
482
build_libpython(capi_home)
483
build_builtin_exts(capi_home)
484
finally:
0 commit comments