summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-03 15:55:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 15:55:48 -0500
commitedcb921d976eb3dddb3ce54fcc9579b53def1889 (patch)
treeb35c76f46fc454d41928dccc0476e3b6c7ca88a5 /meson.build
parent9832e8f8e94273959c711a2e56eb77ac9d8c54bb (diff)
downloadgdk-pixbuf-edcb921d976eb3dddb3ce54fcc9579b53def1889.tar.gz
Try to fix libffi build
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7c44860a5..ecb745186 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('gdk-pixbuf', 'c',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
- 'c_std=c99',
+ 'c_std=gnu99',
],
meson_version: '>= 0.55.3')