Skip to content

Commit

Permalink
Merge pull request #177 from warmenhoven/warmenhoven/pr/osx
Browse files Browse the repository at this point in the history
Fix osx build
  • Loading branch information
LibretroAdmin authored Oct 10, 2024
2 parents afe4844 + ac3152e commit 417ce1a
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 @@ -209,6 +209,7 @@ else ifeq ($(platform), osx)
CXXFLAGS += $(TARGET_RULE)
LDFLAGS += $(TARGET_RULE)
MINVERSION =
CFLAGS += -Wno-incompatible-function-pointer-types
endif
ifeq ($(UNIVERSAL),1)
CFLAGS += $(ARCHFLAGS)
Expand Down

0 comments on commit 417ce1a

Please sign in to comment.