From 1cbd5e5aaf23c1a9851eb4109d7b34fddb1c6aaa Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 10 Dec 2017 18:35:35 +0100 Subject: Revert "Fixed building for arm64 (iOS)" --- Makefile.libretro | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index de818aa..fb13657 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -53,13 +53,6 @@ else ifeq ($(platform), osx) fpic += -mmacosx-version-min=10.1 # iOS -else ifeq ($(platform),$(filter $(platform),ios9 ios-arm64)) - ARCH := arm64 - USE_DYNAREC = 0 - HAVE_NEON = 0 - BUILTIN_GPU = peops - TARGET := $(TARGET_NAME)_libretro_ios.dylib - else ifneq (,$(findstring ios,$(platform))) ARCH := arm USE_DYNAREC ?= 1 -- cgit v1.2.3