mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
wasm: update to Emscripten 4.0.7
Pick-to: 6.10 Change-Id: I687b2a16df17a626febc3fb87cae21240f6521ed Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
This commit is contained in:
committed by
Elias Toivola
parent
07cd3cbf7a
commit
7a9387e445
@@ -8,8 +8,8 @@ source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
# shellcheck source=./DownloadURL.sh
|
||||
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
||||
|
||||
version="3.1.70"
|
||||
versionNode="v16.20.0"
|
||||
version="4.0.7"
|
||||
versionNode="v20.18.0"
|
||||
tarBallVersion="${version//./_}"
|
||||
if uname -a | grep -q Darwin; then
|
||||
tarBallPackage="emsdk_macos_${tarBallVersion}.tar.gz"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
# This script will install emscripten needed by WebAssembly
|
||||
|
||||
$version = "3.1.70"
|
||||
$version = "4.0.7"
|
||||
$zipVersion = $version -replace '\.', "_"
|
||||
$temp = "$env:tmp"
|
||||
$cacheUrl = "https://ci-files01-hki.ci.qt.io/input/emsdk/emsdk_windows_${zipVersion}.zip"
|
||||
|
||||
Reference in New Issue
Block a user