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:
Simon Tatham
2021-04-03 08:44:22 +01:00
parent a1bab40025
commit e1b9047b55

View File

@ -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)