Skip to content

Commit

Permalink
workflows: Link with correct zlib when building windows packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Mar 6, 2021
1 parent dc595ce commit 34db509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34db509

Please sign in to comment.