aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2014-03-16 22:25:11 +0100
committerjnthn <jnthn@jnthn.net>2014-03-16 22:25:11 +0100
commit3488b6c547b7613c8a9b5e8bf6c6c343bc5c93cb (patch)
tree32682c73733c39f654b8c1f775f93b54cd6c7d38 /Configure.pl
parent45ea83817352fa1ef9caa86aa1b4157e6c765905 (diff)
Some fixes to get tri-Star build/test working.
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure.pl b/Configure.pl
index 02972e9..7ecc750 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -108,11 +108,11 @@ MAIN: {
}
$config{backend_exes} = join ' ', map
- { '$(PERL6_' . uc(substr $_, 0, 1) . '_EXE)' }
+ { '$(RAKUDO_DIR)/$(PERL6_' . uc(substr $_, 0, 1) . '_EXE)' }
keys %backends;
$config{default_backend_exe} = '$(PERL6_' .
uc(substr $default_backend, 0, 1) .
- '_EXE)';
+ '_INSTALL)';
unless ($backends{parrot}) {
warn "JVM/Moar-only builds are currently not supported, and might go wrong.\n";