From: notaz Date: Sun, 10 Jul 2016 14:22:38 +0000 (+0300) Subject: libretro: fix a typo X-Git-Tag: r24l~849 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fabad36d8ff4b175b92595716a9e9e7e1a46b2a;p=pcsx_rearmed.git libretro: fix a typo --- diff --git a/Makefile.libretro b/Makefile.libretro index 26ee336c..3a54bdfc 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -261,7 +261,7 @@ CFLAGS += $(fpic) ifeq ($(platform),win) MAIN_LDLIBS += -lws2_32 else ifneq ($(platform),qnx) - LDLIBS += $(LIBPHTREAD) + LDLIBS += $(LIBPTHREAD) MAIN_LDLIBS += $(LIBDL) endif MAIN_LDFLAGS += -shared