build: Use purego tags on 'all' target

This commit is contained in:
Jakob Borg 2016-06-02 16:32:23 +02:00
parent 287cfee73c
commit 0e996c4664
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ var targets = map[string]target{
// Only valid for the "build" and "install" commands as it lacks all
// the archive creation stuff.
buildPkg: "./cmd/...",
tags: []string{"purego"},
},
"syncthing": {
// The default target for "build", "install", "tar", "zip", "deb", etc.