From 378f029c668919888e1ea052ba74fcbdc25fd200 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Fri, 24 Aug 2018 11:06:11 +0800 Subject: [PATCH] genie has removed xcode4 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index c9a4aa0..d6491a1 100644 --- a/makefile +++ b/makefile @@ -46,8 +46,8 @@ projgen: ## Generate project files for all configurations. $(GENIE) --with-tools --gcc=mingw-gcc gmake $(GENIE) --with-tools --gcc=linux-gcc gmake $(GENIE) --with-tools --gcc=osx gmake - $(GENIE) --with-tools --xcode=osx xcode4 - $(GENIE) --with-tools --xcode=ios xcode4 + $(GENIE) --with-tools --xcode=osx xcode8 + $(GENIE) --with-tools --xcode=ios xcode8 $(GENIE) --gcc=freebsd gmake $(GENIE) --gcc=android-arm gmake $(GENIE) --gcc=android-mips gmake