diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn index 672433e32b..735b4605d6 100644 --- a/webrtc/modules/desktop_capture/BUILD.gn +++ b/webrtc/modules/desktop_capture/BUILD.gn @@ -177,7 +177,7 @@ if (use_desktop_capture_differ_sse2) { configs += [ "../..:common_config" ] public_configs = [ "../..:common_inherited_config" ] - if (is_posix && !is_mac) { + if (is_posix) { cflags = [ "-msse2" ] } }