Skip to content

Commit

Permalink
Change compiler to em++
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 17, 2020
1 parent 67706c2 commit 52c6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emscripten/buildToolkit
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Options:
EOT
}

chomp (my $EMCC = `which emcc`);
chomp (my $EMCC = `which em++`);
chomp (my $EMCMAKE = `which emcmake`);
chomp (my $EMMAKE = `which emmake`);
die "ERROR: emscripten compiler (emcc) not found.\n" unless $EMCC;
Expand Down

0 comments on commit 52c6846

Please sign in to comment.