From 27ce5be5fca5e99f5e43eed911e99c9a75e4d958 Mon Sep 17 00:00:00 2001 From: zoltanvb Date: Sun, 7 Aug 2022 21:38:48 +0200 Subject: [PATCH] Makefile change to enable build for "unix-armv7-hardfloat-neon" --- Libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libretro/Makefile b/Libretro/Makefile index 5dc92d7e..366abb0f 100644 --- a/Libretro/Makefile +++ b/Libretro/Makefile @@ -79,7 +79,7 @@ else ifeq ($(platform), linux-portable) # (armv7 a7, hard point, neon based) ### # NESC, SNESC, C64 mini -else ifeq ($(platform), classic_armv7_a7) +else ifeq ($(platform),$(filter $(platform),classic_armv7_a7 unix-armv7-hardfloat-neon)) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC -pthread SHARED := -shared -Wl,--version-script=$(LIBRETRO_DIR)/link.T -Wl,--no-undefined