alts: Specify the build constraints correctly. (#3877)

From the official docs:
A build constraint is evaluated as the OR of space-separated options.
Each option evaluates as the AND of its comma-separated terms.
This commit is contained in:
Easwar Swaminathan 2020-09-15 09:53:04 -07:00 committed by GitHub
parent 32e7099ccc
commit a3e63e87bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build linux,windows
// +build linux windows
/*
*

View File

@ -1,4 +1,4 @@
// +build linux,windows
// +build linux windows
/*
*