ci: cross: make sure we use the mingw pkg-config to detect cross deps

This only came up when we had gnutls native but not cross to find out
that we used the system pkg-config all the time to detect cross.
Making sure we use the correct tool to detect the cross dependencies.
This commit is contained in:
Stefan Schmidt 2019-07-02 10:59:08 +02:00 committed by Marcel Hollerbach
parent bdc6987067
commit f19189a54f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ar = 'x86_64-w64-mingw32-ar'
ranlib = 'x86_64-w64-mingw32-ranlib'
strip = 'x86_64-w64-mingw32-strip'
windres = 'x86_64-w64-mingw32-windres'
pkgconfig = 'pkg-config'
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
[host_machine]
system = 'windows'