Restore building with configure under Windows: add -lwinspool

This commit is contained in:
ManoloFLTK 2024-05-10 07:44:03 +02:00
parent a9a800fe3d
commit 29312ee090
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
# CXXFLAGS="-mwindows -D_WIN32 -DUSE_OPENGL32 $CXXFLAGS"
LDFLAGS="-mwindows $LDFLAGS"
DSOFLAGS="-mwindows $DSOFLAGS"
LIBS="$LIBS -lole32 -luuid -lcomctl32 -lws2_32"
LIBS="$LIBS -lole32 -luuid -lcomctl32 -lws2_32 -lwinspool"
BUILD="WIN"
AS_IF([test "x$with_optim" = x], [