| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 151b8e9623f631c70f7e7b95f22df6ce70b06eb1..5a922c2d738a966df850a0248d79270a287d2f26 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -41,7 +41,8 @@ declare_args() {
|
| # Normally this would get set automatically when you specify a target using
|
| # the 64-bit toolchain. You can also set this on the command line to convert
|
| # the default toolchain to 64-bit.
|
| - force_win64 = false
|
| + # Mojo Windows only tries to make x64 work at the moment.
|
| + force_win64 = true
|
|
|
| # Selects the desired build flavor. Official builds get additional
|
| # processing to prepare for release. Normally you will want to develop and
|
|
|