mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
7 lines
205 B
Text
7 lines
205 B
Text
[binaries]
|
|
c = ['$EMSCRIPTEN_BASE/emcc.py', '-s', 'WASM=1', '-O2']
|
|
cpp = ['$EMSCRIPTEN_BASE/em++.py', '-s', 'WASM=1','-O2']
|
|
ar = ['$EMSCRIPTEN_BASE/emar.py']
|
|
|
|
[properties]
|
|
root = '$EMSCRIPTEN_BASE/system'
|