Skip to content

Commit

Permalink
fix emscripten executable
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 21, 2024
1 parent 34edba6 commit af1ff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cplusplus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ clean:

dist/lib.wasm: build/lib.cpp
@mkdir -p dist
@emc++ build/lib.cpp -Wl,--whole-archive -DUNITY_END -O$(O) -o dist/lib.js
@emcc build/lib.cpp -Wl,--whole-archive -DUNITY_END -O$(O) -o dist/lib.js

build/lib.cpp: ../LICENSE
@mkdir -p build
Expand Down

0 comments on commit af1ff95

Please sign in to comment.