mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Provisioning: Update emsdk to 3.0.0
emsdk 3.0.0 is the minimum/recommended version for Qt 6.3. The python/node/jre versions appear to be unchanged. Remove the unused versionTag variable. Change-Id: Ic7b72691295040f899a22c54066b0aea3995cd7a Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
# shellcheck source=./SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
|
||||
version="2.0.14"
|
||||
version="3.0.0"
|
||||
versionNode="v14.15.5"
|
||||
|
||||
mkdir -p /opt
|
||||
|
||||
@@ -35,8 +35,7 @@
|
||||
|
||||
# This script will install emscripten needed by WebAssembly
|
||||
|
||||
$version = "2.0.14"
|
||||
$versionTag="fc5562126762ab26c4757147a3b4c24e85a7289e"
|
||||
$version = "3.0.0"
|
||||
$versionNode = "14.15.5"
|
||||
$versionWinPython = "3.9.2-1"
|
||||
$versionJre = "8.152"
|
||||
|
||||
Reference in New Issue
Block a user