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 5c04f4b commit a0870f6Copy full SHA for a0870f6
graalpython/com.oracle.graal.python.cext/setup.py
@@ -53,7 +53,7 @@
53
54
verbosity = '--verbose' if sys.flags.verbose else '--quiet'
55
darwin_native = sys.platform == "darwin" and __graalpython__.platform_id == "native"
56
-relative_rpath = "@loader_path" if darwin_native else "\$ORIGIN"
+relative_rpath = "@loader_path" if darwin_native else r"\$ORIGIN"
57
so_ext = get_config_var("EXT_SUFFIX")
58
SOABI = get_config_var("SOABI")
59
0 commit comments