diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7599285..61f3f52 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('fastiv', 'c', version : '0.1.0') add_project_arguments( meson.get_compiler('c').get_supported_arguments('-Wno-cast-function-type'), - language: 'c', + language : 'c', ) # TODO(p): Use libraw_r later, when we start parallelizing/preloading. |