mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-22 23:39:58 +00:00
Makefile fix to enable build for "unix-armv7-hardfloat-neon" (#260)
This commit is contained in:
parent
03ad648b4c
commit
ee002a8f52
@ -98,7 +98,7 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
|
||||
# (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=$(version_script) -Wl,--no-undefined -fPIC
|
||||
|
Loading…
Reference in New Issue
Block a user