meson: Ack aml API changes

pull/80/head
Andri Yngvason 2022-10-29 11:50:34 +00:00
parent efb5ab956c
commit 411530b5da
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ c_args = [
'-D_GNU_SOURCE',
'-fvisibility=hidden',
'-Wmissing-prototypes',
'-DAML_UNSTABLE_API=1',
]
if buildtype != 'debug' and buildtype != 'debugoptimized'