set path for pkg-config when using sysroot
This commit is contained in:
parent
91951472bf
commit
dfe1641d1e
4 changed files with 154 additions and 23 deletions
|
@ -260,5 +260,11 @@
|
|||
},
|
||||
},
|
||||
}], # OS=="mac"
|
||||
|
||||
['OS=="linux"', {
|
||||
'variables': {
|
||||
'pkg-config': '<(source_root)/tools/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
|
||||
},
|
||||
}], # OS=="linux"
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue