Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] fix typo in gen_nqp.pl
  • Loading branch information
moritz committed Jun 7, 2011
1 parent 6c01923 commit 4509709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gen_nqp.pl
Expand Up @@ -58,7 +58,7 @@ =head2 DESCRIPTION
}

print "\nConfiguring NQP ...\n";
my @config_command = ($^X, 'Configure.pl', "--with-parrot../parrot_install/bin/parrot");
my @config_command = ($^X, 'Configure.pl', "--with-parrot=../parrot_install/bin/parrot");
print "@config_command\n";
system_or_die( @config_command );

Expand Down

0 comments on commit 4509709

Please sign in to comment.