Skip to content

Commit

Permalink
build: Provide LIBZ define as quoted string
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 20, 2024
1 parent d0b44d1 commit 4ae1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ sub toolchain_build_steps {
'--with-zlib-lib=zlib1<dllsuffix>',
'--with-zlib-include=<prefix>/include',
'-DOPENSSLBIN="\\"<prefix>/bin\\""',
'-DLIBZ=zlib1<dllsuffix>',
'-DLIBZ="\\"zlib1<dllsuffix>"\\"',
'mingw64',
],
],
Expand Down

0 comments on commit 4ae1647

Please sign in to comment.