chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1bab40
)
emscripten.cmake: remove a rogue diagnostic.
author
Simon Tatham
<anakin@pobox.com>
Sat, 3 Apr 2021 07:44:22 +0000
(08:44 +0100)
committer
Simon Tatham
<anakin@pobox.com>
Sat, 3 Apr 2021 07:44:22 +0000
(08:44 +0100)
I somehow left this in while I was trying to get the Emscripten cmake
build to work in the first place.
cmake/platforms/emscripten.cmake
patch
|
blob
|
history
diff --git
a/cmake/platforms/emscripten.cmake
b/cmake/platforms/emscripten.cmake
index d6b5cd2c1bcc88397535d2ebc6e656f2d65c08fb..d9230837e1cde01e554fe508e95093db720d53c7 100644
(file)
--- a/
cmake/platforms/emscripten.cmake
+++ b/
cmake/platforms/emscripten.cmake
@@
-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)