Add windows x86_64

Bug: 26957718
Change-Id: I5cfa2f44c27eac0805d21865c45546ed3c2c2103
This commit is contained in:
Dan Willemsen
2016-02-03 23:16:33 -08:00
parent 7f730fd0ad
commit 07cd051a17
3 changed files with 61 additions and 12 deletions

View File

@@ -117,6 +117,7 @@ func (v *productVariables) SetDefaultConfig() {
if runtime.GOOS == "linux" {
v.CrossHost = stringPtr("windows")
v.CrossHostArch = stringPtr("x86")
v.CrossHostSecondaryArch = stringPtr("x86_64")
}
}