commit | 07cd051a176589fda0ad6a5a2fa6793960c50fbb | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Feb 03 23:16:33 2016 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Feb 08 16:07:22 2016 -0800 |
tree | d0e65b300ae28ebc3fe049671ae85ce3ac7af926 | |
parent | 7f730fd0ad2e3e7e33dbb3f2b63889d7dab98edf [diff] [blame] |
Add windows x86_64 Bug: 26957718 Change-Id: I5cfa2f44c27eac0805d21865c45546ed3c2c2103
diff --git a/common/variable.go b/common/variable.go index c899bb4..e9f5915 100644 --- a/common/variable.go +++ b/common/variable.go
@@ -117,6 +117,7 @@ if runtime.GOOS == "linux" { v.CrossHost = stringPtr("windows") v.CrossHostArch = stringPtr("x86") + v.CrossHostSecondaryArch = stringPtr("x86_64") } }