Skip to content

Commit 9a65ec6

Browse files
Merge pull request #83 from zoltanvb/master
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
2 parents e112308 + 393a537 commit 9a65ec6

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)