wasm: update Emscripten to 3.1.50
Pick-to: 6.7 Change-Id: Id147a927420a1743ef1cfd952b36e90ac0c319dd Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
9fe6190b5b
commit
87738e8b81
@ -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.37")
|
||||
set(QT_EMCC_RECOMMENDED_VERSION "3.1.50")
|
||||
set(${out_var} "${QT_EMCC_RECOMMENDED_VERSION}" PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
defineReplace(qtEmccRecommendedVersion) {
|
||||
return (3.1.37)
|
||||
return (3.1.50)
|
||||
}
|
||||
|
||||
defineReplace(qtSystemEmccVersion) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user