From 17d0c85faeebaa34037445f5d0f80072c98dc915 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s?= Date: Fri, 27 Jul 2018 21:50:59 -0500 Subject: [PATCH] Update Makefile.libretro --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index ed86cc02..0544aabf 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -246,6 +246,7 @@ else ifneq (,$(findstring armv,$(platform))) else ifneq (,$(findstring cortexa7,$(platform))) CFLAGS += -marm -mcpu=cortex-a7 ASFLAGS += -mcpu=cortex-a7 + LIBZ := else ifneq (,$(findstring cortexa9,$(platform))) CFLAGS += -marm -mcpu=cortex-a9 ASFLAGS += -mcpu=cortex-a9 -- 2.39.2