Revision | 7e66b9ee3db081b48b037beeeba3860edf0c778a (tree) |
---|---|
Time | 2023-01-16 09:46:09 |
Author | Fs <Fsu0413@vip....> |
Commiter | Fs |
emscript version
Signed-off-by: Fs <Fsu0413@vip.qq.com>
@@ -5428,12 +5428,10 @@ conf.q6_5wx6g2_W = { | ||
5428 | 5428 | host = "Win10", |
5429 | 5429 | toolchain = "MinGW1210-64", |
5430 | 5430 | target = "WebAssembly", |
5431 | - toolchainT = "emscripten-3.1.14", | |
5431 | + toolchainT = "emscripten-3.1.25", | |
5432 | 5432 | useCMake = "Latest", |
5433 | - -- workaround https://github.com/emscripten-core/emscripten/issues/15163 | |
5434 | 5433 | configureParameter = [[ |
5435 | - -G | |
5436 | - Ninja | |
5434 | + -GNinja | |
5437 | 5435 | -DCMAKE_INSTALL_PREFIX=&INSTALLROOT& |
5438 | 5436 | -DQT_HOST_PATH=&HOSTQTDIR& |
5439 | 5437 | -DCMAKE_BUILD_TYPE=Release |
@@ -5460,7 +5458,7 @@ conf.q6_5lx6_W = { | ||
5460 | 5458 | qtVersion = "6.5.0-beta1", |
5461 | 5459 | host = "Rocky9", |
5462 | 5460 | target = "WebAssembly", |
5463 | - toolchainT = "emscripten-3.1.14", | |
5461 | + toolchainT = "emscripten-3.1.25", | |
5464 | 5462 | useCMake = "Latest", |
5465 | 5463 | configureParameter = [[ |
5466 | 5464 | -GNinja |
@@ -5490,7 +5488,7 @@ conf.q6_5mal_W = { | ||
5490 | 5488 | qtVersion = "6.5.0-beta1", |
5491 | 5489 | host = "macOSM1", |
5492 | 5490 | target = "WebAssembly", |
5493 | - toolchainT = "emscripten-3.1.14", | |
5491 | + toolchainT = "emscripten-3.1.25", | |
5494 | 5492 | useCMake = "Latest", |
5495 | 5493 | configureParameter = [[ |
5496 | 5494 | -GNinja |