| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 09527af891a44b77658db88c90d24c21840ab941..05936fb585d1f1d143f9d39ae7a1ef07de970381 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -337,11 +337,7 @@ set_defaults("component") {
|
|
|
| if (is_win) {
|
| # On windows we use the same toolchain for host and target by default.
|
| - if (is_clang) {
|
| - host_toolchain = "//build/toolchain/win:clang_$current_cpu"
|
| - } else {
|
| - host_toolchain = "//build/toolchain/win:$current_cpu"
|
| - }
|
| + host_toolchain = "//build/toolchain/win:$current_cpu"
|
| set_default_toolchain("$host_toolchain")
|
| } else if (is_android) {
|
| if (host_os == "linux") {
|
|
|