Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 261a1ac4defb6b96f74ab3384b152516b55e6e67..8b0910f9fd24f306f58148a582674e82efad72bd 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -103,8 +103,8 @@ |
# 5.02 = Windows Server 2003. |
subsystem_version_suffix = ",5.02" |
} else { |
- # 5.01 = Windows XP. |
- subsystem_version_suffix = ",5.01" |
+ # Don't specify a min version on x86. |
+ subsystem_version_suffix = "" |
} |
config("console") { |