Skip to content

Commit

Permalink
Adding “-hum” to JS file
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 14, 2017
1 parent 687a7bc commit 010699d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emscripten/buildToolkit
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ if ($webworkerQ) {
$WEBWORKER_NAME = "-webworker";
}

if (!$nohumdrum) {
$ASM_NAME .= "-hum";
}

if ($helpQ) {
print_help();
exit 2;
Expand Down

0 comments on commit 010699d

Please sign in to comment.