Skip to content

Commit c5ef28d

Browse files
committed
Revert truffle API change
1 parent cc91f25 commit c5ef28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mx.sdk/mx_sdk_vm_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def svm_experimental_options(experimental_options):
125125
dir_name='polyglot',
126126
launcher_configs=[mx_sdk_vm.LauncherConfig(
127127
destination='bin/<exe:polyglot>',
128-
jar_distributions=['sdk:LAUNCHER_COMMON', 'truffle:TRUFFLE_API'],
128+
jar_distributions=['sdk:LAUNCHER_COMMON'],
129129
main_class='org.graalvm.launcher.PolyglotLauncher',
130130
build_args=[
131131
'--features=org.graalvm.launcher.PolyglotLauncherFeature',

0 commit comments

Comments
 (0)