wasm: update emscripten to 3.1.37
Qt 6.6 will require emscripten 3.1.37 Pick-to: 6.6 Change-Id: Id036d799d5730ac8d8a5f7914d56a1ed421f9222 Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
This commit is contained in:
parent
9bb1efe33d
commit
9f11a038b5
@ -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.25")
|
||||
set(QT_EMCC_RECOMMENDED_VERSION "3.1.37")
|
||||
set(${out_var} "${QT_EMCC_RECOMMENDED_VERSION}" PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
defineReplace(qtEmccRecommendedVersion) {
|
||||
return (3.1.25)
|
||||
return (3.1.37)
|
||||
}
|
||||
|
||||
defineReplace(qtSystemEmccVersion) {
|
||||
|
Loading…
Reference in New Issue
Block a user