Skip to content

Commit 0b39d41

Browse files
committed
Do not mix 'SULONG_LIBS' and 'SULONG_MANAGED_LIBS'.
1 parent 0f08f88 commit 0b39d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def do_run_python(args, extra_vm_args=None, env=None, jdk=None, **kwargs):
122122
dists.append('SULONG')
123123
if mx.suite("sulong-managed", fatalIfMissing=False):
124124
dists.append('SULONG_MANAGED')
125-
vm_args.append(mx_subst.path_substitutions.substitute('-Dpolyglot.llvm.libraryPath=<path:SULONG_LIBS>:<path:SULONG_MANAGED_LIBS>'))
125+
vm_args.append(mx_subst.path_substitutions.substitute('-Dpolyglot.llvm.libraryPath=<path:SULONG_MANAGED_LIBS>'))
126126
else:
127127
vm_args.append(mx_subst.path_substitutions.substitute('-Dpolyglot.llvm.libraryPath=<path:SULONG_LIBS>'))
128128

0 commit comments

Comments
 (0)