Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -7,6 +7,11 @@ project('${modulename}',
'buildtype=${buildtype}'
])
fc = meson.get_compiler('fortran')
cc = meson.get_compiler('c')
add_project_arguments(
cc.get_supported_arguments( '-fno-strict-aliasing'), language : 'c'
)
py = import('python').find_installation('''${python}''', pure: false)
py_dep = py.dependency()