blob: 1355d4fd79e4d94447b1bbe10abdd005d6d051d6 [file] [log] [blame]
py.extension_module('tachyon',
'../tachyon_module.c',
dependencies : py_dep,
c_args: '-DMESON_MODULENAME="tachyon"',
install: true,
install_dir: get_option('libdir')
)