Browse Source

Don't fail build on Solaris

Jakob Borg 11 years ago
parent
commit
6ecddd8388
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/syncthing/perfstats_unix.go

+ 1 - 1
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