[make] get the mistakenly deleted pthread back

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas
2023-12-17 19:41:28 +00:00
parent c2d7133174
commit 53c6b10177

View File

@@ -30,7 +30,8 @@ LDLIBS += \
-lcrypt32 \
-lgdi32 \
-lole32 \
-luuid
-luuid \
-lpthread
ifeq ($(USE_WIN32_APP), yes)
DEFINES += -DWIN32_APP