iOS: support for building using buildbot recipe

This commit is contained in:
Yoshi Sugawara 2019-08-13 11:08:58 -10:00
parent d469c089ea
commit 835f5bc984

View File

@ -108,7 +108,7 @@ ifeq ($(IOSSDK),)
endif
ifeq ($(platform),ios-arm64)
CC = clang -arch armv64 -isysroot $(IOSSDK)
CC = clang -arch arm64 -isysroot $(IOSSDK)
else
CC = clang -arch armv7 -isysroot $(IOSSDK)
endif