aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorKleis Auke Wolthuizen <github@kleisauke.nl>2022-10-30 11:43:33 +0100
committerEli Schwartz <eschwartz93@gmail.com>2022-12-27 06:59:55 -0500
commit51ac9ed31783f55347e09ae8a80eaebec81e935c (patch)
tree22e5bab071823858b16a46d2ee848209c78c4a0e /cross
parent898e85d84754536e5f59db770d49b6c057939940 (diff)
downloadmeson-51ac9ed31783f55347e09ae8a80eaebec81e935c.zip
meson-51ac9ed31783f55347e09ae8a80eaebec81e935c.tar.gz
meson-51ac9ed31783f55347e09ae8a80eaebec81e935c.tar.bz2
emscripten: use single arguments when specifying options
i.e. without a space between the "-s" and option name. See: https://github.com/emscripten-core/emscripten/issues/11463 This is supported since Emscripten 1.39.19, see: https://github.com/emscripten-core/emscripten/commit/f45bea21f3a8f74a68ed4e3e3d7e290807ee2aff
Diffstat (limited to 'cross')
-rw-r--r--cross/wasm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/wasm.txt b/cross/wasm.txt
index e03a10b..269c77a 100644
--- a/cross/wasm.txt
+++ b/cross/wasm.txt
@@ -5,9 +5,9 @@ ar = '/home/jpakkane/src/emsdk/upstream/emscripten/emar'
[built-in options]
c_args = []
-c_link_args = ['-s','EXPORT_ALL=1']
+c_link_args = ['-sEXPORT_ALL=1']
cpp_args = []
-cpp_link_args = ['-s', 'EXPORT_ALL=1']
+cpp_link_args = ['-sEXPORT_ALL=1']
[host_machine]