Skip to content

Commit

Permalink
Merge pull request libretro#30 from zoltanvb/master
Browse files Browse the repository at this point in the history
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
  • Loading branch information
LibretroAdmin authored Aug 6, 2022
2 parents 502dfef + 11d4c6e commit a6f3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ifeq ($(platform), unix)

# (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=libretro/link.T
Expand Down

0 comments on commit a6f3018

Please sign in to comment.