wasm: Update Emscripten to 3.1.70

Pick-to: 6.9
Change-Id: Id502e6ffa6ee7ef3b000d8e43f112dfb882fe354
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Piotr Wierciński 2024-11-21 14:27:00 +01:00
parent 9509434ecb
commit 66b6366821
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ endfunction()
function(__qt_internal_get_emcc_recommended_version out_var)
# This version of Qt needs this version of emscripten.
set(QT_EMCC_RECOMMENDED_VERSION "3.1.56")
set(QT_EMCC_RECOMMENDED_VERSION "3.1.70")
set(${out_var} "${QT_EMCC_RECOMMENDED_VERSION}" PARENT_SCOPE)
endfunction()

View File

@ -1,5 +1,5 @@
defineReplace(qtEmccRecommendedVersion) {
return (3.1.56)
return (3.1.70)
}
defineReplace(qtSystemEmccVersion) {