mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Use SDL 2.0.1 headers for macOS ppc64
The libSDL2-2.0.0.dylib in repo doesn't support ppc64 though. Based on patch by MAN-AT-ARMS.
This commit is contained in:
parent
ffd9ce1902
commit
f4db711024
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -504,7 +504,7 @@ ifeq ($(PLATFORM),darwin)
|
|||
|
||||
ifeq ($(USE_LOCAL_HEADERS),1)
|
||||
# libSDL2-2.0.0.dylib for PPC is SDL 2.0.1 + changes to compile
|
||||
ifeq ($(ARCH),ppc)
|
||||
ifneq ($(findstring $(ARCH),ppc ppc64),)
|
||||
BASE_CFLAGS += -I$(SDLHDIR)/include-macppc
|
||||
else
|
||||
BASE_CFLAGS += -I$(SDLHDIR)/include
|
||||
|
|
Loading…
Reference in a new issue