From 73f41ce74d5df88226cc9d1e330e94bf7b5f33d0 Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Sat, 9 Mar 2024 18:05:45 -0600 Subject: [PATCH] add pthread to windows link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/\*