build: fix append of sse2 cflags
authorØyvind Kolås <pippin@gimp.org>
Mon, 24 Jan 2022 06:30:46 +0000 (07:30 +0100)
committerØyvind Kolås <pippin@gimp.org>
Mon, 24 Jan 2022 06:32:00 +0000 (07:32 +0100)
babl/base/meson.build

index a88115f940c64e5eedf16208ed068ef13e75475c..e59609cc03f9d9918556500d6135bdec7251b295 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 + [sse2_cflags]
 ) 
 
 if host_cpu_family == 'x86_64'