aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authornotaz2016-07-10 17:22:38 +0300
committernotaz2016-07-10 17:22:38 +0300
commit7fabad36d8ff4b175b92595716a9e9e7e1a46b2a (patch)
treebb33a89b97fe2974af796d304fb4dbd86c547ab7 /Makefile.libretro
parent4e0771f57fdc6d3410a11c7731d9e8dbc3c026f6 (diff)
downloadpcsx_rearmed-7fabad36d8ff4b175b92595716a9e9e7e1a46b2a.tar.gz
pcsx_rearmed-7fabad36d8ff4b175b92595716a9e9e7e1a46b2a.tar.bz2
pcsx_rearmed-7fabad36d8ff4b175b92595716a9e9e7e1a46b2a.zip
libretro: fix a typo
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 26ee336..3a54bdf 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