summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-06-16 16:18:19 +0200
committerJakob Borg <jakob@nym.se>2014-06-16 16:19:14 +0200
commit874d6760d403911054806646ef9d1d16fa0163b1 (patch)
tree301410b114871508dad7b94bcc6a6591bb5099a0 /cmd
parent26ebbee8775251772b6eacce8de48bf9c7bf5b56 (diff)
Handle .stignore correctly on Windows (fixes #369)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/syncthing/upgrade_supported.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/syncthing/upgrade_supported.go b/cmd/syncthing/upgrade_supported.go
index 6b09f85331..c7f70c57f4 100644
--- a/cmd/syncthing/upgrade_supported.go
+++ b/cmd/syncthing/upgrade_supported.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
-// +build !solaris
+// +build !solaris,!windows
package main