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 f1479d5 commit 64666bcCopy full SHA for 64666bc
mx.graalpython/mx_graalpython.py
@@ -281,10 +281,6 @@ def find_eclipse():
281
return
282
283
284
-def python_build_svm(args):
285
- return python_svm(args + ["--version"])
286
-
287
288
@contextlib.contextmanager
289
def set_env(**environ):
290
"Temporarily set the process environment variables"
@@ -319,7 +315,7 @@ def _python_graalvm_launcher(args):
319
315
dy = "/vm,/tools,/substratevm"
320
316
if "sandboxed" in args:
321
317
args.remove("sandboxed")
322
- dy += ",/sulong-managed"
318
+ dy += ",/sulong-managed,/graalpython-enterprise"
323
dy = ["--dynamicimports", dy]
324
mx.run_mx(dy + ["build"])
325
out = mx.OutputCapture()
0 commit comments