meson/test cases/python/2 extmodule/ext/wrongdir/meson.build

7 lines
153 B
Meson

py.extension_module('tachyon',
'../tachyon_module.c',
c_args: '-DMESON_MODULENAME="tachyon"',
install: true,
install_dir: get_option('libdir')
)