Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build rakudo-m and nqp-m
  • Loading branch information
moritz committed Jan 16, 2014
1 parent aa7a8c9 commit b149ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/rebuild-rakudo.pl
Expand Up @@ -41,7 +41,7 @@

system('git', 'clean', '-xdf');
system($^X, 'Configure.pl', "--prefix=$home/$other",
'--backends=parrot,jvm', '--gen-nqp', '--gen-parrot') and die $?;
'--backends=parrot,jvm,moar', '--gen-nqp', '--gen-parrot', '--gen-moar') and die $?;
system('make', 'install') and die $?;

system("git rev-parse HEAD | cut -b 1-6 > $revision_file") and warn $?;
Expand Down

0 comments on commit b149ece

Please sign in to comment.