Skip to content

Commit

Permalink
Use variable to refer to Emscripten when linking
Browse files Browse the repository at this point in the history
This allows overriding the path to emscripten using CXX and
having it work consistently.

GH #3836
  • Loading branch information
randombit committed Dec 22, 2023
1 parent 3ff4753 commit 95170e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-data/cc/emcc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ default -> "false"
</so_link_commands>

<binary_link_commands>
default -> "em++"
default -> "{cxx}"
</binary_link_commands>

0 comments on commit 95170e9

Please sign in to comment.