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