From d16e0c2dc462f8fe7ad804d511da38a528dde017 Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Thu, 15 Aug 2019 06:32:59 -1000 Subject: [PATCH] iOS: support for building using buildbot recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14b74e0..39e6ff6 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ else ifneq (,$(findstring ios,$(platform))) ifeq ($(IOSSDK),) IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path) endif - ifeq ($(platform),"ios-arm64") + ifeq ($(platform), ios-arm64) CC = cc -arch arm64 -isysroot $(IOSSDK) CCX = c++ -arch arm64 -isysroot $(IOSSDK) else