workflows: Link with correct zlib when building windows packages

This commit is contained in:
Tom Stellard 2021-03-05 21:11:14 -08:00
parent dc595ced26
commit 34db509a84
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ jobs:
PkgConfig_DIR: ./
run: |
export PKG_CONFIG=`pwd`/bin/pkg-config.exe
# Add gtk+ directory to PATH so that cmake can find the correct zlib
# library.
export PATH=`pwd`/bin:$PATH
./scripts/package.sh .
shell: bash