projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e884e
)
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
patch
|
blob
|
history
diff --git
a/babl/base/meson.build
b/babl/base/meson.build
index a88115f940c64e5eedf16208ed068ef13e75475c..e59609cc03f9d9918556500d6135bdec7251b295 100644
(file)
--- 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'