Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-jentzsch committed Jul 12, 2020
1 parent 7061c57 commit 7f0d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IF (ASMJS)
set(CMAKE_EXECUTABLE_SUFFIX ".js")
set(EMC_PROPS "${EMC_PROPS} -s FINALIZE_ASM_JS=1 -s SEPARATE_ASM=1 -s WASM=0 -s ASM_JS=1 ")
else(ASMJS)
set(EMC_PROPS "${EMC_PROPS} WASM=1")
set(EMC_PROPS "${EMC_PROPS} -s WASM=1")
endif(ASMJS)


Expand Down

0 comments on commit 7f0d9ca

Please sign in to comment.