It has to lookup the dependency with required=False otherwise it raises an exception when the first candidate (pkg-config) failed.pull/9521/head
parent
98a9cc079c
commit
c8d125653d
3 changed files with 12 additions and 3 deletions
@ -0,0 +1,4 @@ |
||||
project('python wihtout pkgconfig', 'c') |
||||
|
||||
# This unit test is ran with PKG_CONFIG=notfound |
||||
import('python').find_installation().dependency() |
Loading…
Reference in new issue