Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Configure] pass --git-protocol on to NQP's Configure.pl, [Coke]++
  • Loading branch information
moritz committed Aug 6, 2014
1 parent 3f3abe7 commit 1cf7ca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/lib/NQP/Configure.pm
Expand Up @@ -337,7 +337,9 @@ sub gen_nqp {

my $backends_to_build = join ',', sort keys %need;
my @cmd = ($^X, 'Configure.pl', "--prefix=$prefix",
"--backends=$backends", "--make-install");
"--backends=$backends", "--make-install",
"--git-protocol=$git_protocol",
);

if (defined $gen_moar) {
push @cmd, $gen_moar ? "--gen-moar=$gen_moar" : '--gen-moar';
Expand Down

0 comments on commit 1cf7ca6

Please sign in to comment.