mirror of
https://github.com/libretro/beetle-gba-libretro.git
synced 2024-11-23 08:19:57 +00:00
Merge pull request #18 from yoshisuga/master
Add ios-arm64 build target
This commit is contained in:
commit
143c504901
2
Makefile
2
Makefile
@ -76,7 +76,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
|
||||
|
Loading…
Reference in New Issue
Block a user