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 ac605b0 commit 263b8bdCopy full SHA for 263b8bd
substratevm/mx.substratevm/mx_substratevm.py
@@ -1824,6 +1824,7 @@ def _native_image_utils_extra_jvm_args():
1824
use_modules='image',
1825
main_module='org.graalvm.nativeimage.configure',
1826
destination='bin/<exe:native-image-utils>',
1827
+ links=['bin/<exe:native-image-configure>'], # retain the previous name as a symlink
1828
jar_distributions=['substratevm:SVM_CONFIGURE'],
1829
main_class='com.oracle.svm.configure.ConfigurationTool',
1830
build_args=svm_experimental_options([
0 commit comments