Skip to content

Commit 64666bc

Browse files
committed
when building a launcher with managed sulong, include our managed support code as well
1 parent f1479d5 commit 64666bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,6 @@ def find_eclipse():
281281
return
282282

283283

284-
def python_build_svm(args):
285-
return python_svm(args + ["--version"])
286-
287-
288284
@contextlib.contextmanager
289285
def set_env(**environ):
290286
"Temporarily set the process environment variables"
@@ -319,7 +315,7 @@ def _python_graalvm_launcher(args):
319315
dy = "/vm,/tools,/substratevm"
320316
if "sandboxed" in args:
321317
args.remove("sandboxed")
322-
dy += ",/sulong-managed"
318+
dy += ",/sulong-managed,/graalpython-enterprise"
323319
dy = ["--dynamicimports", dy]
324320
mx.run_mx(dy + ["build"])
325321
out = mx.OutputCapture()

0 commit comments

Comments
 (0)