mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
wasm: upgrade emsdk version to 3.1.6
3.0.0 has a critical bug which can cause linking failures (see QTBUG-101267). Update to the most recent version where the bug has been fixed. Task-number: QTBUG-101267 Pick-to: 6.3 Change-Id: Ib2e6abb72eb50b77db63175bbbf4a88b5e3c3920 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
# shellcheck source=./SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
|
||||
version="3.0.0"
|
||||
versionNode="v14.15.5"
|
||||
version="3.1.6"
|
||||
versionNode="v14.18.2"
|
||||
|
||||
mkdir -p /opt
|
||||
cd /opt
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
# This script will install emscripten needed by WebAssembly
|
||||
|
||||
$version = "3.0.0"
|
||||
$version = "3.1.6"
|
||||
|
||||
# Make sure python is in the path
|
||||
Prepend-Path "C:\Python27"
|
||||
|
||||
Reference in New Issue
Block a user