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