Skip to content

Commit

Permalink
Merge pull request #234 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 6508730 + 7c0af22 commit eb94de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ else ifeq ($(platform), tvos-arm64)
CC_AS = perl ./tools/gas-preprocessor.pl $(CC)
CC = cc -arch arm64 -isysroot $(IOSSDK)
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
CFLAGS += -marm -DARM -D__aarch64__=1
CFLAGS += -DARM -D__aarch64__=1
CFLAGS += -DIOS

# Lightweight PS3 Homebrew SDK
Expand Down

0 comments on commit eb94de7

Please sign in to comment.