Update windows ctrtool makefile.

This commit is contained in:
Jack
2020-05-11 17:00:52 +08:00
parent f33d66c6df
commit 85a0ba610e
+1 -1
View File
@@ -22,7 +22,7 @@ else ifneq (, $(findstring darwin, $(SYS)))
else else
#Windows Build CFG #Windows Build CFG
CFLAGS += -Wno-unused-but-set-variable CFLAGS += -Wno-unused-but-set-variable
LIBS += -static-libgcc -static-libstdc++ LIBS += -static-libgcc -static-libstdc++ -static -lpthread
endif endif
main: $(OBJS) main: $(OBJS)