提交 343d7a13 编写于 作者: A Adam Barth

Fix iOS build

Previously we failed to compile some SSE code in Skia.
上级 71e91654
......@@ -538,7 +538,7 @@ source_set("skia_opts") {
"ext/convolver_SSE2.h",
]
if (is_linux || is_mac) {
if (is_linux || is_mac || is_ios) {
cflags += [ "-msse4.1" ]
}
} else if (current_cpu == "arm") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册