diff options
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build index dd30e66c..69f70641 100644 --- a/meson.build +++ b/meson.build @@ -1,8 +1,7 @@ project('libsoup', 'c', version: '2.68.1', meson_version : '>=0.50', - license : 'LGPL2', - default_options : 'c_std=c89') + license : 'LGPL2') gnome = import('gnome') |