Ensure .pc files from prefix can be found
This commit is contained in:
parent
26f56e767b
commit
bfec7369f3
1 changed files with 1 additions and 0 deletions
|
@ -31,3 +31,4 @@ def setup_cross_compile(env):
|
|||
|
||||
os.environ["PKG_CONFIG_LIBDIR"] = ''
|
||||
env["ENV"]["PKG_CONFIG_LIBDIR"] = ''
|
||||
env["ENV"]["PKG_CONFIG_PATH"] = env.subst("$prefix/lib/pkgconfig")
|
||||
|
|
Loading…
Add table
Reference in a new issue