mirror of https://github.com/tstellar/bygfoot.git
workflows: Link with correct zlib when building windows packages
This commit is contained in:
parent
dc595ced26
commit
34db509a84
|
@ -100,6 +100,9 @@ jobs:
|
||||||
PkgConfig_DIR: ./
|
PkgConfig_DIR: ./
|
||||||
run: |
|
run: |
|
||||||
export PKG_CONFIG=`pwd`/bin/pkg-config.exe
|
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 .
|
./scripts/package.sh .
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue