| 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') | |
| ) |