mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-18 02:06:20 +08:00
wasm: update emscripten to 3.1.25
Qt 6.5 will require emscripten 3.1.25 Change-Id: I23e0d0b6951a4d69aa431710114ec2c06f7afcc3 Reviewed-by: Aleksandr Reviakin <aleksandr.reviakin@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
committed by
Morten Johan Sørvig
parent
5880c423c8
commit
1d77e42542
@@ -41,7 +41,7 @@
|
||||
# shellcheck source=./SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
|
||||
version="3.1.10"
|
||||
version="3.1.25"
|
||||
versionNode="v14.18.2"
|
||||
|
||||
mkdir -p /opt
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
# This script will install emscripten needed by WebAssembly
|
||||
|
||||
$version = "3.1.10"
|
||||
$version = "3.1.25"
|
||||
|
||||
# Make sure python is in the path
|
||||
Prepend-Path "C:\Python27"
|
||||
|
||||
Reference in New Issue
Block a user