Browse Source

[make] get the mistakenly deleted pthread back

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1949/merge
R4SAS 5 months ago
parent
commit
53c6b10177
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 3
      Makefile.mingw

3
Makefile.mingw

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

Loading…
Cancel
Save