From c5946c6a43414bb18049dac53315f5f648e0ac31 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 22 May 2025 10:07:29 -0400 Subject: [PATCH] Windows GNUmakefile library update --- sys/windows/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index 0698ae200..21c6e0d74 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -362,7 +362,7 @@ CONSOLEDEF = $(COMMONDEF) -D_CONSOLE # To build util targets CFLAGSU = $(CFLAGS) $(CONSOLEDEF) $(DLBFLG) -LIBS = -lcomctl32 -lgdi32 -lole32 -lshell32 -luuid -lwinmm -lbcrypt +LIBS = -lcomctl32 -lgdi32 -lole32 -lshell32 -luserenv -luuid -lwinmm -lbcrypt $(GAMEDIR): @mkdir -p $@