mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
7 lines
223 B
Text
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]
|