[ci] Add pkg-config to win cross-compiling environment

This commit is contained in:
Behdad Esfahbod 2025-03-13 15:55:57 -06:00
parent 379688c566
commit f6744c2c73
3 changed files with 2 additions and 0 deletions

0
.ci/build-win64.sh Normal file → Executable file
View file

View file

@ -18,3 +18,4 @@ ld = 'i686-w64-mingw32-ld'
objcopy = 'i686-w64-mingw32-objcopy'
strip = 'i686-w64-mingw32-strip'
windres = 'i686-w64-mingw32-windres'
pkg-config = 'i686-w64-mingw32-pkg-config'

View file

@ -18,3 +18,4 @@ ld = 'x86_64-w64-mingw32-ld'
objcopy = 'x86_64-w64-mingw32-objcopy'
strip = 'x86_64-w64-mingw32-strip'
windres = 'x86_64-w64-mingw32-windres'
pkg-config = 'x86_64-w64-mingw32-pkg-config'