From 68524a38403c3b0f72babaaf89903c2861730d9f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 7 Mar 2014 10:22:33 -0800 Subject: [PATCH] builder/vmware/common: fix build tag for Windows --- builder/vmware/common/driver_workstation_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/vmware/common/driver_workstation_unix.go b/builder/vmware/common/driver_workstation_unix.go index 4bfe8857a..3d5a4ab42 100644 --- a/builder/vmware/common/driver_workstation_unix.go +++ b/builder/vmware/common/driver_workstation_unix.go @@ -1,4 +1,5 @@ // +build !windows + // These functions are compatible with WS 9 and 10 on *NIX package common