Change asmjs to wasm2js (#2151)

This commit is contained in:
云风 2020-05-28 13:21:18 +08:00 committed by GitHub
parent ebaf28a5f4
commit 43ab8172b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ projgen: ## Generate project files for all configurations.
$(GENIE) --with-combined-examples --gcc=android-arm gmake
$(GENIE) --with-combined-examples --gcc=android-arm64 gmake
$(GENIE) --with-combined-examples --gcc=android-x86 gmake
$(GENIE) --with-examples --gcc=asmjs gmake
$(GENIE) --with-examples --gcc=wasm2js gmake
$(GENIE) --with-combined-examples --gcc=ios-arm gmake
$(GENIE) --with-combined-examples --gcc=ios-arm64 gmake
$(GENIE) --with-combined-examples --gcc=ios-simulator gmake