Skip to content

Commit 3afd431

Browse files
committed
Do not specify '--llvm.libraryPath'.
1 parent 2dcaad8 commit 3afd431

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ def do_run_python(args, extra_vm_args=None, env=None, jdk=None, **kwargs):
123123
dists.append('SULONG')
124124
if mx.suite("sulong-managed", fatalIfMissing=False):
125125
dists.append('SULONG_MANAGED')
126-
graalpython_args.insert(0, mx_subst.path_substitutions.substitute('--llvm.libraryPath=<path:SULONG_MANAGED_LIBS>'))
127-
else:
128-
graalpython_args.insert(0, mx_subst.path_substitutions.substitute('--llvm.libraryPath=<path:SULONG_LIBS>'))
129126

130127
graalpython_args.insert(0, '--experimental-options=true')
131128

0 commit comments

Comments
 (0)