Change the default platform parameter from "x64" to "both" in Windows regression...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 10 Nov 2018 00:46:32 +0000 (09:46 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 10 Nov 2018 00:46:32 +0000 (09:46 +0900)
winbuild/regress.ps1

index 63799dcd5f75c46f1520186edab9c14bf44d3158..7a34a4a99be9b4350414749dee4b179994a8dcd0 100644 (file)
@@ -68,7 +68,7 @@ Param(
 [switch]$Ansi,
 [string]$VCVersion,
 [ValidateSet("Win32", "x64", "both")]
-[string]$Platform="x64",
+[string]$Platform="both",
 [string]$Toolset,
 [ValidateSet("", "4.0", "12.0", "14.0", "15.0")]
 [string]$MSToolsVersion,