Skip to content

Commit

Permalink
fix: emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Nov 6, 2019
1 parent 07f901e commit 2ac4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/blockchain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (ANTARA_WIP_FEATURES)
SUFFIX ".html")
else ()
message(STATUS "Local js compilation")
set_target_properties(antara_blockchain_tests PROPERTIES LINK_FLAGS "-s FORCE_FILESYSTEM=1 -s NODERAWFS=1 -s EXIT_RUNTIME=1")
set_target_properties(antara_blockchain_tests PROPERTIES LINK_FLAGS "-s FORCE_FILESYSTEM=1 -s NODERAWFS=1 -s EXIT_RUNTIME=1 -s ERROR_ON_UNDEFINED_SYMBOLS=0")
endif ()
endif ()
endif ()
Expand Down

0 comments on commit 2ac4683

Please sign in to comment.