Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expose --moar-option in Configure.pl
  • Loading branch information
timo committed Jul 11, 2014
1 parent 14eedae commit 1f05e14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Configure.pl
Expand Up @@ -34,7 +34,7 @@
GetOptions(\%options, 'help!', 'prefix=s',
'backends=s', 'no-clean!',
'gen-nqp:s',
'gen-moar:s',
'gen-moar:s', 'moar-option=s@',
'git-protocol=s',
'gen-parrot:s', 'parrot-option=s@',
'parrot-make-option=s@',
Expand Down Expand Up @@ -331,6 +331,8 @@ sub print_help {
Download and build a copy of NQP
--gen-moar[=branch]
Download and build a copy of MoarVM to use
--moar-option='--option=value'
Options to pass to MoarVM's Configure.pl
--gen-parrot[=branch]
Download and build a copy of Parrot
--parrot-option='--option'
Expand Down

0 comments on commit 1f05e14

Please sign in to comment.