The Meson Build System
http://mesonbuild.com/
12 lines
307 B
12 lines
307 B
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') |
|
)
|
|
|