Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Configure.pl] support --backends=all
  • Loading branch information
moritz committed Apr 18, 2014
1 parent 6abe271 commit 4d33dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configure.pl
Expand Up @@ -72,6 +72,8 @@
}
my %backends;
if (defined $options{backends}) {
$options{backends} = 'moar,jvm,parrot'
if lc($options{backends}) eq 'all';
for my $b (split /,\s*/, $options{backends}) {
$b = lc $b;
unless ($known_backends{$b}) {
Expand Down

0 comments on commit 4d33dbc

Please sign in to comment.