Skip to content

Commit 99909c7

Browse files
Merge pull request #420 from zoltanvb/master
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
2 parents 6f3622d + 6a1828f commit 99909c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.libretro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ else ifneq (,$(findstring armv,$(platform)))
323323
TARGET := $(TARGET_NAME)_libretro.so
324324
SHARED := -shared -Wl,--version-script=link.T -Wl,-no-undefined
325325
fpic := -fPIC
326+
LDFLAGS += -lpthread
326327
ifneq (,$(findstring cortexa5,$(platform)))
327328
PLATFORM_DEFINES += -marm -mcpu=cortex-a5
328329
else ifneq (,$(findstring cortexa8,$(platform)))

0 commit comments

Comments
 (0)