aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure.pl b/Configure.pl
index 82227ff..a6482dd 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -119,6 +119,7 @@ MAIN: {
}
}
+ $config{backends} = join ',', keys %backends;
$config{backend_exes} = join ' ', map
{ '$(RAKUDO_DIR)/$(PERL6_' . uc(substr $_, 0, 1) . '_EXE)' }
keys %backends;