configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ea2464edbe3df1282fa96aeb6c53770dbc04860
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Thu Jul 25 16:28:29 2024 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Fri Jul 26 11:21:39 2024 +0200

    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.bergm...@allotropia.de>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index 9949b508dd39..f4dcde811f30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

Reply via email to