spiegel-keyman/core/wasm.build.mac.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

5 lines
141 B
Text

[binaries]
c = ['$EMSCRIPTEN_BASE/emcc']
cpp = ['$EMSCRIPTEN_BASE/em++']
ar = ['$EMSCRIPTEN_BASE/emar']
strip = ['$EMSCRIPTEN_BASE/emstrip']