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 cc91f25 commit c5ef28dCopy full SHA for c5ef28d
sdk/mx.sdk/mx_sdk_vm_impl.py
@@ -125,7 +125,7 @@ def svm_experimental_options(experimental_options):
125
dir_name='polyglot',
126
launcher_configs=[mx_sdk_vm.LauncherConfig(
127
destination='bin/<exe:polyglot>',
128
- jar_distributions=['sdk:LAUNCHER_COMMON', 'truffle:TRUFFLE_API'],
+ jar_distributions=['sdk:LAUNCHER_COMMON'],
129
main_class='org.graalvm.launcher.PolyglotLauncher',
130
build_args=[
131
'--features=org.graalvm.launcher.PolyglotLauncherFeature',
0 commit comments