| Index: third_party/libvpx/BUILD.gn
|
| diff --git a/third_party/libvpx/BUILD.gn b/third_party/libvpx/BUILD.gn
|
| index 0a39291205bad7fd39e8e76cba5f5b9b9b47199a..2c79ee0f4051f09295e9e6cc63d1308077f035e7 100644
|
| --- a/third_party/libvpx/BUILD.gn
|
| +++ b/third_party/libvpx/BUILD.gn
|
| @@ -38,9 +38,9 @@ if (is_nacl) {
|
| # vpx_config.asm
|
| if (is_ios && current_cpu == "arm") {
|
| os_category = current_os
|
| - } else if (is_posix) { # Should cover linux, mac, and the ios simulator.
|
| + } else if (is_posix) { # Should cover linux, mac, and the ios simulator.
|
| os_category = "linux"
|
| - } else { # This should only match windows.
|
| + } else { # This should only match windows.
|
| os_category = current_os
|
| }
|
| platform_include_dir =
|
|
|