Chromium Code Reviews| Index: build/config/sysroot.gni |
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni |
| index 038921eee935add178592f597e7daf312fbd2242..a466ace0c7bd475a83db20ac90f82d06842d5dcc 100644 |
| --- a/build/config/sysroot.gni |
| +++ b/build/config/sysroot.gni |
| @@ -14,8 +14,7 @@ declare_args() { |
| use_sysroot = true |
| } |
| -if (current_os == target_os && current_cpu == target_cpu && |
| - target_sysroot != "") { |
| +if (target_sysroot != "") { |
|
Dirk Pranke
2016/06/23 16:22:43
I think this probably has the same problem.
|
| sysroot = target_sysroot |
| } else if (is_android) { |
| import("//build/config/android/config.gni") |