From 6ecddd83886023d52a0773a6e63c32f862357ae1 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 1 Sep 2014 17:26:28 +0200 Subject: [PATCH] Don't fail build on Solaris --- cmd/syncthing/perfstats_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/perfstats_unix.go b/cmd/syncthing/perfstats_unix.go index f8aa19ad..403de269 100644 --- a/cmd/syncthing/perfstats_unix.go +++ b/cmd/syncthing/perfstats_unix.go @@ -2,7 +2,7 @@ // All rights reserved. Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build !windows +// +build !solaris,!windows package main