Index: build/config/BUILDCONFIG.gn |
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn |
index 6ef6a23674212836e735d9e34c4fbfc190f3912d..c9ec4a2f858aa7bbdbebcd01cee2e842c504c228 100644 |
--- a/build/config/BUILDCONFIG.gn |
+++ b/build/config/BUILDCONFIG.gn |
@@ -41,8 +41,7 @@ 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. |
- # Mojo Windows only tries to make x64 work at the moment. |
- force_win64 = true |
+ force_win64 = false |
# Selects the desired build flavor. Official builds get additional |
# processing to prepare for release. Normally you will want to develop and |