Skip to content

Commit

Permalink
[make] get the mistakenly deleted pthread back
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed Dec 17, 2023
1 parent c2d7133 commit 53c6b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ LDLIBS += \
-lcrypt32 \
-lgdi32 \
-lole32 \
-luuid
-luuid \
-lpthread

ifeq ($(USE_WIN32_APP), yes)
DEFINES += -DWIN32_APP
Expand Down

0 comments on commit 53c6b10

Please sign in to comment.