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.
2 parents 6099530 + bdd4f64 commit 3d6edd0Copy full SHA for 3d6edd0
sdk/mx.sdk/mx_sdk_vm_impl.py
@@ -1263,7 +1263,8 @@ def contents(self):
1263
1264
build_args += [
1265
'--features=org.graalvm.home.HomeFinderFeature',
1266
- '-Dorg.graalvm.launcher.relative.home=' + relpath(graalvm_image_destination, graalvm_home)
+ '-Dorg.graalvm.launcher.relative.home=' + relpath(graalvm_image_destination, graalvm_home),
1267
+ '--install-exit-handlers'
1268
]
1269
1270
for language, path in sorted(image_config.relative_home_paths.items()):
0 commit comments