From 0401c3983d6b7e86e0c3a9a2adc561f6f853b6a4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 15 Jan 2021 22:50:28 +0100 Subject: [PATCH] Cleanup --- Makefile.libretro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index 9d9d6f7..508d236 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -25,10 +25,6 @@ ifeq ($(platform),) platform = win else ifneq ($(findstring Darwin,$(shell uname -s)),) platform = osx - arch = intel - ifeq ($(shell uname -p),powerpc) - arch = ppc - endif else ifneq ($(findstring win,$(shell uname -s)),) platform = win endif