Sign in
qemu
/
meson
/
4861079360423298b7c282becab46bdcdee8f8f6
/
.
/
test cases
/
python
/
6 failing subproject
/
meson.build
blob: cc33a1c7c9a2f9b0034e9c4ab663fb2fc7399e43 [
file
] [
log
] [
blame
]
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
()