go.tools/dashboard/builder: fix build on dragonfly, nacl, solaris
LGTM=bradfitz R=adg, bradfitz CC=golang-codereviews https://golang.org/cl/97640043
This commit is contained in:
parent
1154a04eb0
commit
d6c0aa161e
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build linux darwin freebsd
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build netbsd openbsd plan9
|
||||
// +build nacl plan9 solaris
|
||||
|
||||
package main
|
||||
|
||||
|
|
Loading…
Reference in New Issue