mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-02 19:57:50 +08:00
wasm: update emscripten version to 3.1.10
Qt 6.4.0 will require emscripten 3.1.10 Change-Id: I9411902674104aae8f4ba3b6af11e9956932d6b9 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
# shellcheck source=./SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
|
||||
version="3.1.6"
|
||||
version="3.1.10"
|
||||
versionNode="v14.18.2"
|
||||
|
||||
mkdir -p /opt
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
# This script will install emscripten needed by WebAssembly
|
||||
|
||||
$version = "3.1.6"
|
||||
$version = "3.1.10"
|
||||
|
||||
# Make sure python is in the path
|
||||
Prepend-Path "C:\Python27"
|
||||
|
||||
Reference in New Issue
Block a user