Skip to content

Commit

Permalink
Merge pull request #175 from warmenhoven/warmenhoven/pr/ios
Browse files Browse the repository at this point in the history
Fix iOS build
  • Loading branch information
LibretroAdmin authored Oct 6, 2024
2 parents 7a4a21d + 359d2b0 commit beb8b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit beb8b7a

Please sign in to comment.