Set the arch to armv7 by default when building for iOS
Otherwise it would build for the simulator by default, which in most cases probably isn't what was intended.
This commit is contained in:
parent
fff3909053
commit
67a9e73a7c
@ -1,3 +1,4 @@
|
||||
ARCH = armv7
|
||||
include build/platform-darwin.mk
|
||||
CXX = clang++
|
||||
CC = clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user