Fix iOS build

Previously we failed to compile some SSE code in Skia.
This commit is contained in:
Adam Barth 2016-03-21 15:37:49 -07:00
parent 6b1dfda1ee
commit 0ebfd66653

View File

@ -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") {