mirror of
https://github.com/libretro/blueMSX-libretro.git
synced 2024-11-26 18:20:38 +00:00
Merge pull request #175 from warmenhoven/warmenhoven/pr/ios
Some checks failed
CI / build-ps2 (push) Has been cancelled
Some checks failed
CI / build-ps2 (push) Has been cancelled
Fix iOS build
This commit is contained in:
commit
beb8b7acdf
@ -241,6 +241,7 @@ endif
|
||||
|
||||
ifeq ($(platform),$(filter $(platform),ios9 ios-arm64))
|
||||
MINVERSION = -miphoneos-version-min=8.0
|
||||
CFLAGS += -Wno-incompatible-function-pointer-types
|
||||
else
|
||||
MINVERSION = -miphoneos-version-min=5.0
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user