Prepare for |is_posix| switch in the Fuchsia build

|is_posix| will be switched to false for Fuchsia, this is a preliminary change.

Bug: chromium:812974
Change-Id: I3bfda3e056ad1e5229834286ce5d095d9204a428
Reviewed-on: https://webrtc-review.googlesource.com/65782
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#22753}
This commit is contained in:
Fabrice de Gans-Riberi
2018-03-30 10:38:06 -07:00
committed by Commit Bot
parent 1641ca3dd3
commit 09a6cd5541
6 changed files with 9 additions and 9 deletions

View File

@ -303,7 +303,7 @@ if (current_cpu == "x86" || current_cpu == "x64") {
"resampler/sinc_resampler_sse.cc",
]
if (is_posix) {
if (is_posix || is_fuchsia) {
cflags = [ "-msse2" ]
}