Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Need to load 6model guts. With this, we make it through the build for…
… the first time.
  • Loading branch information
jnthn committed May 23, 2011
1 parent 5ee5d8e commit 0a91e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -127,7 +127,7 @@ class Perl6::Actions is HLL::Actions {

# Set HLL and load the needed libraries.
$outer.hll('perl6');
$unit.loadlibs('perl6_group', 'perl6_ops');
$unit.loadlibs('nqp_group', 'nqp_ops', 'perl6_group', 'perl6_ops');

# If the unit defines &MAIN, add a &MAIN_HELPER.
my $mainparam := PAST::Var.new(:name('$MAIN'), :scope('parameter'),
Expand Down

0 comments on commit 0a91e5b

Please sign in to comment.