Merge pull request #565 from zoltanvb/SameDuck

Libretro makefile change to enable build for "unix-armv7-hardfloat-neon"
This commit is contained in:
Lior Halphon 2023-12-10 23:28:32 +02:00 committed by GitHub
commit 5619abdb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ else ifeq ($(platform), linux-portable)
LIBM :=
# (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
SHARED := -shared -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined