mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-10 09:37:42 +00:00
This change allows to build with emscripten if offline (when passing the `--offline` parameter). Previously this failed because as part of locating emscripten we try to pull the latest repo version and install the desired emscripten version. With this change when `--offline` is specified we try to use the currently installed version of emsdk. If it isn't installed or if the wrong version is installed we will fail the build. |
||
|---|---|---|
| .. | ||
| build | ||
| devbox | ||
| git-hooks | ||
| gosh | ||
| scopes | ||
| standards-data | ||
| stats | ||
| tools | ||
| build.sh | ||
| builder.inc.sh | ||
| locate_emscripten.inc.sh | ||
| shellHelperFunctions.sh | ||