From 0644ed974b53a4793e99ba3b5aafd22f75276a7f Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Wed, 3 Sep 2014 20:29:58 +0200 Subject: pass --backends option to rakudo's configure --- Configure.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'Configure.pl') 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; -- cgit v1.1