spiegel-keyman/core/wasm.build.win.in
Eberhard Beilharz e069c3ad2a
chore(core): remove meson warnings for wasm builds
Replace deprecated function calls. Also add `strip` command to wasm
build defaults.
2024-12-12 19:48:13 +01:00

7 lines
223 B
Text

[binaries]
c = ['python.exe', '$EMSCRIPTEN_BASE/emcc.py']
cpp = ['python.exe', '$EMSCRIPTEN_BASE/em++.py']
ar = ['python.exe', '$EMSCRIPTEN_BASE/emar.py']
strip = ['python.exe', '$EMSCRIPTEN_BASE/emstrip.py']
[properties]