Skip to content

Commit

Permalink
only build the NQPs that we need and that are not yet there
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 22, 2013
1 parent 53dcdc8 commit 3c99ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lib/NQP/Configure.pm
Expand Up @@ -319,6 +319,7 @@ sub gen_nqp {

return %impls unless defined($gen_nqp) || defined($gen_parrot);

my $backends_to_build = join ',', sort keys %need;
my @cmd = ($^X, 'Configure.pl', "--prefix=\"$prefix\"",
"--backends=$backends", "--make-install");
print "Building NQP ...\n";
Expand Down

0 comments on commit 3c99ca7

Please sign in to comment.