瀏覽代碼

Updated makefile for xcode projgen.

Бранимир Караџић 5 年之前
父節點
當前提交
2d53481e02
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      makefile

+ 2 - 2
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