Skip to content

Commit

Permalink
giving link directory for libz
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Nov 7, 2023
1 parent 0ec987c commit b8f2bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32mingw.mak
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CCFLAGSD = -g -D_DEBUG
LDDEFS =
LDFLAGSR = -O3 -m32 -mfpmath=sse -Ofast -flto -march=native -funroll-loops
LDFLAGSD = -g
LDLIBSB = -lshell32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lz
LDLIBSB = -lshell32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -L../3rdparty/zlib/.win32mingw-release -lz
ARFLAGSR = rcs
ARFLAGSD = rcs
RCFLAGS = --input-format rc --output-format coff -D_MINGW
Expand Down

0 comments on commit b8f2bbc

Please sign in to comment.