Skip to content

Commit

Permalink
Merge pull request #174 from warmenhoven/warmenhoven/pr/tvos
Browse files Browse the repository at this point in the history
Fix tvOS build
  • Loading branch information
LibretroAdmin authored Oct 1, 2024
2 parents 824690b + 55d24b6 commit 7a4a21d
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 @@ -258,6 +258,7 @@ else ifeq ($(platform), tvos-arm64)
CC = cc -arch arm64 -isysroot $(IOSSDK)
CC_AS = perl ./tools/gas-preprocessor.pl $(CC)
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
CFLAGS += -Wno-incompatible-function-pointer-types

# Theos
else ifeq ($(platform), theos_ios)
Expand Down

0 comments on commit 7a4a21d

Please sign in to comment.