Skip to content

Commit

Permalink
Merge pull request #565 from zoltanvb/SameDuck
Browse files Browse the repository at this point in the history
Libretro makefile change to enable build for "unix-armv7-hardfloat-neon"
  • Loading branch information
LIJI32 authored Dec 10, 2023
2 parents 5cc014b + 65149a1 commit 5619abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5619abd

Please sign in to comment.