Skip to content

Commit 263b8bd

Browse files
committed
add symlink from the old native-image-configure
1 parent ac605b0 commit 263b8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/mx.substratevm/mx_substratevm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ def _native_image_utils_extra_jvm_args():
18241824
use_modules='image',
18251825
main_module='org.graalvm.nativeimage.configure',
18261826
destination='bin/<exe:native-image-utils>',
1827+
links=['bin/<exe:native-image-configure>'], # retain the previous name as a symlink
18271828
jar_distributions=['substratevm:SVM_CONFIGURE'],
18281829
main_class='com.oracle.svm.configure.ConfigurationTool',
18291830
build_args=svm_experimental_options([

0 commit comments

Comments
 (0)