From 35500b869755c7cb2b21b8af17eefbfb6712f5aa Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 20 Nov 2021 14:33:14 +0100 Subject: Readjust meson.build to jpakkane's brain damage --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf