mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +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,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