mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Fixes #8010. Note that #8398 moves other settings into a shared resources folder, and once that hits master, it would be good to do another round of consolidation to share the wasm defs in resources as well.
6 lines
169 B
Text
6 lines
169 B
Text
[binaries]
|
|
c = ['python.exe', '$EMSCRIPTEN_BASE/emcc.py']
|
|
cpp = ['python.exe', '$EMSCRIPTEN_BASE/em++.py']
|
|
ar = ['python.exe', '$EMSCRIPTEN_BASE/emar.py']
|
|
|
|
[properties]
|