From 43ab8172b2157b188372bbbdc553f1f194f80e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Thu, 28 May 2020 13:21:18 +0800 Subject: [PATCH] Change asmjs to wasm2js (#2151) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3d08cef5b..ea867936e 100644 --- a/makefile +++ b/makefile @@ -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