summaryrefslogtreecommitdiffstats
path: root/test cases/python/6 failing subproject/meson.build
blob: cc33a1c7c9a2f9b0034e9c4ab663fb2fc7399e43 (plain)
1
2
3
4
5
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()