Don't build utils on Windows

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-11-07 08:46:36 -08:00
parent 10df5647bd
commit b10dd17e06
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package execdriver
import (