Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Read prefix from jvmconfig.properties root.
An optimization for $*VM access by jnthn++ relies on prefix existing.
  • Loading branch information
peschwa committed Mar 21, 2015
1 parent d835c8e commit e0976f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -202,7 +202,7 @@

print "Using $bin (version $nqp_config{'nqp::version'} / $java_version).\n";

$config{'nqp_prefix'} = $nqp_config{'jvm::runtime.prefix'};
$config{'nqp_prefix'} = $nqp_config{'jvm::prefix'};
$config{'nqp_jars'} = $nqp_config{'jvm::runtime.jars'};
$config{'nqp_classpath'} = $nqp_config{'jvm::runtime.classpath'};
$config{'j_runner'} = $^O eq 'MSWin32' ? 'perl6-j.bat' : 'perl6-j';
Expand Down

0 comments on commit e0976f9

Please sign in to comment.