aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 05566081..d7a50cf9 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@ project(
23 ['c'], 23 ['c'],
24 version : '2.4.89', 24 version : '2.4.89',
25 license : 'MIT', 25 license : 'MIT',
26 meson_version : '>= 0.42', 26 meson_version : '>= 0.43',
27 default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], 27 default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],
28) 28)
29 29