Readjust meson.build to jpakkane's brain damage

This commit is contained in:
Přemysl Eric Janouch 2021-11-20 14:33:14 +01:00
parent 803f841463
commit 35500b8697
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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.