From 693e708228435422403e5f65131b8796f8950d83 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 5 Dec 2022 14:12:36 -0500 Subject: [PATCH] yet another follow-up after CI report --- sys/windows/Makefile.mingw32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 5328fc29f..a008210eb 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -294,7 +294,7 @@ DLLDEF = $(COMMONDEF) -D_WINDOWS -D_USRDLL -D_WINDLL CONSOLEDEF = $(COMMONDEF) -D_CONSOLE # To build util targets -CFLAGSU = $(CFLAGS) $(DLBFLG) +CFLAGSU = $(CFLAGS) $(CONSOLEDEF) $(DLBFLG) LIBS = -lcomctl32 -lgdi32 -lole32 -lshell32 -luuid -lwinmm -lbcrypt