Skip to content

Commit

Permalink
iOS: support for building using buildbot recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshisuga authored and Zlika committed Aug 15, 2019
1 parent abcab18 commit d16e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d16e0c2

Please sign in to comment.