Skip to content

Commit 0eda38b

Browse files
committed
We'll likely need a --bootstrap for MoarVM too.
1 parent 7399e16 commit 0eda38b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NQP/Compiler.nqp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ my @clo := $nqpcomp.commandline_options();
3434
@clo.push('bootstrap');
3535
$nqpcomp.addstage('classname', :after<start>);
3636
#?endif
37+
#?if moar
38+
@clo.push('bootstrap');
39+
#?endif
3740

3841
#?if parrot
3942
# XXX FIX ME

0 commit comments

Comments
 (0)