mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user