mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
[make] get the mistakenly deleted pthread back
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
c2d7133174
commit
53c6b10177
|
@ -30,7 +30,8 @@ LDLIBS += \
|
||||||
-lcrypt32 \
|
-lcrypt32 \
|
||||||
-lgdi32 \
|
-lgdi32 \
|
||||||
-lole32 \
|
-lole32 \
|
||||||
-luuid
|
-luuid \
|
||||||
|
-lpthread
|
||||||
|
|
||||||
ifeq ($(USE_WIN32_APP), yes)
|
ifeq ($(USE_WIN32_APP), yes)
|
||||||
DEFINES += -DWIN32_APP
|
DEFINES += -DWIN32_APP
|
||||||
|
|
Loading…
Reference in a new issue