notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0771f
)
libretro: fix a typo
author
notaz
<notasas@gmail.com>
Sun, 10 Jul 2016 14:22:38 +0000
(17:22 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 10 Jul 2016 14:22:38 +0000
(17:22 +0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
26ee336
..
3a54bdf
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-261,7
+261,7
@@
CFLAGS += $(fpic)
ifeq ($(platform),win)
MAIN_LDLIBS += -lws2_32
else ifneq ($(platform),qnx)
- LDLIBS += $(LIBP
HT
READ)
+ LDLIBS += $(LIBP
TH
READ)
MAIN_LDLIBS += $(LIBDL)
endif
MAIN_LDFLAGS += -shared