Skip to content

Commit f96235d

Browse files
Fix espresso-embedded
1 parent eda501e commit f96235d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/mx.espresso/mx_espresso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _espresso_standalone_command(args, with_sulong=False, allow_jacoco=True, jdk
9595
+ jacoco_args
9696
# This is needed for Truffle since JEP 472: Prepare to Restrict the Use of JNI
9797
+ ['--enable-native-access=org.graalvm.truffle']
98-
+ [mx.distribution('ESPRESSO_LAUNCHER').mainClass] + args
98+
+ ["--module", "org.graalvm.espresso.launcher/" + mx.distribution('ESPRESSO_LAUNCHER').mainClass] + args
9999
)
100100

101101
def javavm_deps():

0 commit comments

Comments
 (0)