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