From e9c26d3bf82a7cd32e5a88b8a2a704a62f9a1e80 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Apr 2015 01:45:06 +0200 Subject: [PATCH] Get rid of BLARGG_BIG_ENDIAN define --- libretro-test-gl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-test-gl/Makefile b/libretro-test-gl/Makefile index b7bea38428..c82aca23f3 100644 --- a/libretro-test-gl/Makefile +++ b/libretro-test-gl/Makefile @@ -45,7 +45,7 @@ else ifeq ($(platform), osx) GL_LIB := -framework OpenGL CFLAGS += -DOSX ifeq ($(arch),ppc) - CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DOSX_PPC + CFLAGS += -D__ppc__ -DOSX_PPC endif OSXVER = `sw_vers -productVersion | cut -d. -f 2` OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`