diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-20 14:33:14 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-20 14:35:17 +0100 | 
| commit | 35500b869755c7cb2b21b8af17eefbfb6712f5aa (patch) | |
| tree | 9955ed9f512c27be75362bad026a332d7cac79b3 /meson.build | |
| parent | 803f8414632fc7bf5d4dcee92a0d913c6fc6c8bc (diff) | |
| download | fiv-35500b869755c7cb2b21b8af17eefbfb6712f5aa.tar.gz fiv-35500b869755c7cb2b21b8af17eefbfb6712f5aa.tar.xz fiv-35500b869755c7cb2b21b8af17eefbfb6712f5aa.zip  | |
Readjust meson.build to jpakkane's brain damage
Diffstat (limited to 'meson.build')
| -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.  | 
