Skip to content

Commit

Permalink
Enable compilation for unix-armv7-hardfloat-neon
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb authored Oct 8, 2023
1 parent 5cc014b commit 65149a1
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 65149a1

Please sign in to comment.