build: append list of one element rather than string
authorØyvind Kolås <pippin@gimp.org>
Mon, 24 Jan 2022 06:26:54 +0000 (07:26 +0100)
committerØyvind Kolås <pippin@gimp.org>
Mon, 24 Jan 2022 06:27:23 +0000 (07:27 +0100)
babl/base/meson.build

index aae1ddf12d47b23ac6835c98ce38d22b15adef75..a88115f940c64e5eedf16208ed068ef13e75475c 100644 (file)
@@ -22,7 +22,7 @@ babl_base = static_library('babl_base',
   babl_base_sources,
   include_directories: [rootInclude, bablInclude],
   dependencies: [math, lcms],
-   c_args: common_c_flags + '-msse2'
+   c_args: common_c_flags + ['-msse2']
 ) 
 
 if host_cpu_family == 'x86_64'