summaryrefslogtreecommitdiff
path: root/test cases/failing/131 module use inside project decl/meson.build
blob: 8f82a5d3089ba3d222d9147e54f93d66fca37299 (plain)
1
2
3
4
5
6
# GH issue 11393
project('module use inside project decl', 'c',
  version: run_command(
    import('python').find_installation('python3')
  )
)