Sign in
qemu
/
meson
/
refs/heads/cpp23
/
.
/
test cases
/
python
/
2 extmodule
/
ext
/
wrongdir
/
meson.build
blob: 5074701ea7cef2429ef4204d4a8803a2622e208d [
file
] [
log
] [
blame
]
py
.
extension_module
(
'tachyon'
,
'../tachyon_module.c'
,
c_args
:
'-DMESON_MODULENAME="tachyon"'
,
install
:
true
,
install_dir
:
get_option
(
'libdir'
)
)