5 lines
141 B
Meson
5 lines
141 B
Meson
project('python without pkgconfig', 'c')
|
|
|
|
# This unit test is ran with PKG_CONFIG=notfound
|
|
import('python').find_installation().dependency()
|