Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
track changes to rakudo build process.
  • Loading branch information
coke committed Nov 7, 2013
1 parent 7d19c1d commit 55e665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/star.sh
Expand Up @@ -47,7 +47,7 @@ tar xvf rakudo-star-daily.tar.gz

# build it.
cd rakudo-star-daily
perl Configure.pl --gen-nqp --gen-parrot 2>&1 | tee $LOG_DIR/configure.log
perl Configure.pl --backend=parrot --gen-nqp --gen-parrot 2>&1 | tee $LOG_DIR/configure.log
make install 2>&1 | tee $LOG_DIR/build.log

# run tests
Expand Down

0 comments on commit 55e665a

Please sign in to comment.