This reverts commit 566383c727
.
pull/9121/head
parent
a90d2925dd
commit
3340d373fb
3 changed files with 6 additions and 14 deletions
@ -1,5 +0,0 @@ |
||||
project('foo', 'cpp') |
||||
|
||||
# Regression test for https://github.com/mesonbuild/meson/issues/9038 |
||||
dependency('bar', required: false, allow_fallback: true) |
||||
python = import('python').find_installation('python3').dependency() |
@ -1,4 +0,0 @@ |
||||
project('bar', 'cpp') |
||||
|
||||
python = import('python').find_installation('python3') |
||||
dependency('nonexistant-dependency') |
Loading…
Reference in new issue