Skip to content

Commit cd48fff

Browse files
committed
Added runtime.prefix to jvmconfig.properties
1 parent 28b58c0 commit cd48fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build/gen-jvm-properties.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
print <<"END";
2626
# This file automatically generated by $0
2727
28+
runtime.prefix=${prefix}
2829
runtime.bootclasspath=-Xbootclasspath/a:.${cpsep}${thirdPartyJars}
2930
runtime.classpath=${libdir}
3031
runtime.jars=${thirdPartyJars}

0 commit comments

Comments
 (0)