projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6af69
)
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
patch
|
blob
|
history
diff --git
a/babl/base/meson.build
b/babl/base/meson.build
index aae1ddf12d47b23ac6835c98ce38d22b15adef75..a88115f940c64e5eedf16208ed068ef13e75475c 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 +
['-msse2']
)
if host_cpu_family == 'x86_64'