Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move prefix from jvmconfig.properties.runtime to jvmconfig.properties.
An optimization for $*VM in Rakudo relies on this.
  • Loading branch information
peschwa committed Mar 21, 2015
1 parent c8e73b9 commit 004206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/gen-jvm-properties.pl
Expand Up @@ -36,7 +36,7 @@
print <<"END";
# This file automatically generated by $0
runtime.prefix=${prefix}
prefix=${prefix}
runtime.bootclasspath=-Xbootclasspath/a:.${cpsep}${thirdPartyJars}
runtime.classpath=${libdir}
runtime.jars=${thirdPartyJars}
Expand Down

0 comments on commit 004206b

Please sign in to comment.