Skip to content

Commit

Permalink
support for iOS arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshisuga committed Sep 7, 2017
1 parent 67b70b4 commit 5448292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -71,7 +71,7 @@ endif
CC = cc -arch armv7 -isysroot $(IOSSDK)
CXX = c++ -arch armv7 -isysroot $(IOSSDK)
IPHONEMINVER :=
ifeq ($(platform),ios9)
ifeq ($(platform),$(filter $(platform),ios9 ios-arm64))
IPHONEMINVER = -miphoneos-version-min=8.0
else
IPHONEMINVER = -miphoneos-version-min=5.0
Expand Down

0 comments on commit 5448292

Please sign in to comment.