Set the pkgconfig binary name in cross file #31

Without this you can't cross compile on Fedora 32, not sure why this is
needed since it worked fine on earlier versions and pkg-config seems to
get detected correctly on any other distro.
This commit is contained in:
Robbert van der Helm
2020-08-16 17:59:37 +02:00
parent becb73928e
commit ebe1a9c649
+2
View File
@@ -3,6 +3,8 @@ c = 'winegcc'
cpp = 'wineg++'
ar = 'ar'
strip = 'strip'
# Needs to be specified explicitely for Fedora 32
pkgconfig = 'pkg-config'
[properties]
# Instead of specifying the target architecture below, we'll do this directly in