| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index a2b88f6c43c342724b161dd4c541368de6dbf675..299135a4fb61a464e9f004e9dc1cd922dbf33765 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -214,7 +214,7 @@ if (target_os == "android") {
|
| _default_toolchain = host_toolchain
|
| } else if (target_os == "win") {
|
| # On Windows we use the same toolchain for host and target by default.
|
| - assert(target_os == host_os, "Win cross-compiles only work on win hosts.")
|
| + #assert(target_os == host_os, "Win cross-compiles only work on win hosts.")
|
| if (is_clang) {
|
| _default_toolchain = "//build/toolchain/win:clang_$target_cpu"
|
| } else {
|
|
|