learning: meson fix c99 specifier
crispy-caesus crispy@crispy-caesus.eu
Mon, 27 Apr 2026 23:58:51 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
meson.build
→
meson.build
@@ -2,6 +2,6 @@ project(
'thing', 'c', default_options : - ['std=99'] + ['c_std=c99'] ) executable('thing', 'main.c')