mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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++'
|
cpp = 'wineg++'
|
||||||
ar = 'ar'
|
ar = 'ar'
|
||||||
strip = 'strip'
|
strip = 'strip'
|
||||||
|
# Needs to be specified explicitely for Fedora 32
|
||||||
|
pkgconfig = 'pkg-config'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
# Instead of specifying the target architecture below, we'll do this directly in
|
# Instead of specifying the target architecture below, we'll do this directly in
|
||||||
|
|||||||
Reference in New Issue
Block a user