diff --git a/cores/libretro-test/Makefile b/cores/libretro-test/Makefile index 139af0290e..af23b13b74 100644 --- a/cores/libretro-test/Makefile +++ b/cores/libretro-test/Makefile @@ -30,8 +30,12 @@ TARGET_NAME := test LIBM = -lm ifeq ($(ARCHFLAGS),) +ifeq ($(archs),ppc) + ARCHFLAGS = -arch ppc -arch ppc64 +else ARCHFLAGS = -arch i386 -arch x86_64 endif +endif ifeq ($(platform), osx) ifndef ($(NOUNIVERSAL))