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 e9cb7e7 commit d7e3503Copy full SHA for d7e3503
graalpython/com.oracle.graal.python.cext/setup.py
@@ -59,7 +59,7 @@
59
60
verbosity = '--verbose' if sys.flags.verbose else '--quiet'
61
darwin_native = sys.platform == "darwin" and __graalpython__.platform_id == "native"
62
-relative_rpath = "@loader_path" if darwin_native else r"\$ORIGIN"
+relative_rpath = "@loader_path" if darwin_native else r"$ORIGIN"
63
so_ext = get_config_var("EXT_SUFFIX")
64
SOABI = get_config_var("SOABI")
65
is_managed = 'managed' in SOABI
0 commit comments