[babl] build: fix append of sse2 cflags
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] build: fix append of sse2 cflags
- Date: Mon, 24 Jan 2022 06:32:36 +0000 (UTC)
commit e59c2453ba011403dc1b624c8596eb0c811f8710
Author: Øyvind Kolås <pippin gimp org>
Date: Mon Jan 24 07:30:46 2022 +0100
build: fix append of sse2 cflags
babl/base/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/babl/base/meson.build b/babl/base/meson.build
index a88115f94..e59609cc0 100644
--- a/babl/base/meson.build
+++ b/babl/base/meson.build
@@ -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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]