Bump minimum emsdk to known-good 3.1.46
...as 3.1.3 has compilation issues with our code now, see <https://git.libreoffice.org/lode/+/197e973f8ce3ba8495f9c0c7baa5695335b39e13%5E%21> "update emsdk to known-good 3.1.46 to avoid clang segfault" Change-Id: Id500cdde2f776eaaedcc1bcbd43c5b3c727eef2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171017 Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> Tested-by: Jenkins
This commit is contained in:
parent
4461173a4d
commit
6ea2464edb
1 changed files with 1 additions and 1 deletions
|
@ -1437,7 +1437,7 @@ dnl ===================================================================
|
|||
|
||||
EMSCRIPTEN_MIN_MAJOR=3
|
||||
EMSCRIPTEN_MIN_MINOR=1
|
||||
EMSCRIPTEN_MIN_TINY=3
|
||||
EMSCRIPTEN_MIN_TINY=46
|
||||
EMSCRIPTEN_MIN_VERSION="${EMSCRIPTEN_MIN_MAJOR}.${EMSCRIPTEN_MIN_MINOR}.${EMSCRIPTEN_MIN_TINY}"
|
||||
|
||||
if test "$_os" = "Emscripten"; then
|
||||
|
|
Loading…
Reference in a new issue