Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Configure.pl] try to fix --gen-nqp=branch
  • Loading branch information
moritz committed Oct 29, 2013
1 parent 55ff4fc commit c71db36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -121,7 +121,7 @@
my ($nqp_want) = split(' ', slurp('tools/build/NQP_REVISION'));

my %binaries;
my %impls = gen_nqp($nqp_want, prefix => $prefix, backends => join(',', sort keys %backends), %options);
my %impls = gen_nqp($options{'gen-nqp'} || $nqp_want, prefix => $prefix, backends => join(',', sort keys %backends), %options);

my @errors;
if ($backends{parrot}) {
Expand Down

0 comments on commit c71db36

Please sign in to comment.