mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
emscripten.cmake: remove a rogue diagnostic.
I somehow left this in while I was trying to get the Emscripten cmake build to work in the first place.
This commit is contained in:
@ -30,7 +30,6 @@ list(TRANSFORM emcc_export_list PREPEND \")
|
||||
list(TRANSFORM emcc_export_list APPEND \")
|
||||
string(JOIN "," emcc_export_string ${emcc_export_list})
|
||||
set(CMAKE_C_LINK_FLAGS "-s ASM_JS=1 -s EXPORTED_FUNCTIONS='[${emcc_export_string}]'")
|
||||
message("link=${CMAKE_C_LINK_EXECUTABLE}")
|
||||
|
||||
set(build_cli_programs FALSE)
|
||||
|
||||
|
Reference in New Issue
Block a user