From 2d53481e029d250e9c55a46f294adbbf368ad490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Wed, 29 Jan 2020 07:00:51 -0800 Subject: [PATCH] Updated makefile for xcode projgen. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 1156e34c4..b5c8be372 100644 --- a/makefile +++ b/makefile @@ -44,8 +44,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 xcode8 - $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode8 + $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=osx xcode9 + $(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode9 $(GENIE) --with-combined-examples --with-shared-lib --gcc=freebsd gmake $(GENIE) --with-combined-examples --gcc=android-arm gmake $(GENIE) --with-combined-examples --gcc=android-arm64 gmake