summaryrefslogtreecommitdiffstats
path: root/test cases/python/2 extmodule/ext/wrongdir/meson.build
blob: 5074701ea7cef2429ef4204d4a8803a2622e208d (plain)
1
2
3
4
5
6
py.extension_module('tachyon',
  '../tachyon_module.c',
  c_args: '-DMESON_MODULENAME="tachyon"',
  install: true,
  install_dir: get_option('libdir')
)