From 85a0ba610ece97f0947f2eabc8df0e24a554dc33 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 11 May 2020 17:00:52 +0800 Subject: [PATCH] Update windows ctrtool makefile. --- ctrtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/Makefile b/ctrtool/Makefile index be6e85b..cd515a4 100644 --- a/ctrtool/Makefile +++ b/ctrtool/Makefile @@ -22,7 +22,7 @@ else ifneq (, $(findstring darwin, $(SYS))) else #Windows Build CFG CFLAGS += -Wno-unused-but-set-variable - LIBS += -static-libgcc -static-libstdc++ + LIBS += -static-libgcc -static-libstdc++ -static -lpthread endif main: $(OBJS)