diff --git a/Makefile b/Makefile index 07e99cc..37a468f 100755 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ endif ifeq ($(OS), Windows_NT) LDFLAGS += -mwin32 -static CPPFLAGS += -mwin32 - LDLIBS += mingw32 kernel32 d3d11 user32 shell32 dxgi gdi32 ws2_32 ole32 winmm setupapi m + LDLIBS += mingw32 kernel32 d3d11 user32 shell32 dxgi gdi32 ws2_32 ole32 winmm setupapi m pthread EXT = .exe ARCH := x86_64 PKGCMD = cd $(BIN); zip -q -r $(MAKEDIR)/$(DISTDIR)/$(DIST) . -x \*.a ./obj/\*