From e218f44aee30d7388106224f24771b690b5f38b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Fri, 24 Aug 2018 11:29:21 +0800 Subject: [PATCH] genie has removed xcode4 (#1464) --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index fbea708e8..72db3a27a 100644 --- a/makefile +++ b/makefile @@ -45,8 +45,8 @@ projgen: ## Generate project files for all configurations. $(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=mingw-gcc gmake $(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=linux-gcc gmake $(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=osx gmake - $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=osx xcode4 - $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode4 + $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=osx xcode8 + $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode8 $(GENIE) --with-combined-examples --with-shared-lib --gcc=freebsd gmake $(GENIE) --with-combined-examples --gcc=android-arm gmake $(GENIE) --with-combined-examples --gcc=android-mips gmake