Skip to content

Commit

Permalink
[js] Build rakudo.js, not main.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Apr 25, 2016
1 parent a9a7247 commit 478a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/gen-js-makefile.nqp
Expand Up @@ -83,7 +83,7 @@ rule($main-version, '', "\$(PERL) tools/build/gen-version.pl > $main-version");

my $main-nqp := combine(:sources("src/main.nqp $main-version"), :file<js-main.nqp>);

my $Perl6-main := nqp($main-nqp, 'main.js', :deps([$Perl6-Grammar, $Perl6-Actions, $Perl6-Compiler, $Perl6-Pod]));
my $Perl6-main := nqp($main-nqp, 'rakudo.js', :deps([$Perl6-Grammar, $Perl6-Actions, $Perl6-Compiler, $Perl6-Pod]));


my $Metamodel-combined := $build_dir ~ "/Metamodel.nqp";
Expand Down

0 comments on commit 478a43a

Please sign in to comment.