Skip to content

Commit 393a537

Browse files
committed
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
1 parent e112308 commit 393a537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ifeq ($(STATIC_LINKING),1)
5959
EXT := a
6060
endif
6161

62-
ifeq ($(platform), unix)
62+
ifneq (,$(findstring unix,$(platform)))
6363
EXT ?= so
6464
TARGET := $(TARGET_NAME)_libretro.$(EXT)
6565
fpic := -fPIC

0 commit comments

Comments
 (0)