mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Merge pull request #68 from yoshisuga/master
support for iOS arm64 build
This commit is contained in:
commit
efda29c30c
2
Makefile
2
Makefile
@ -98,7 +98,7 @@ else ifneq (,$(findstring ios,$(platform)))
|
||||
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