From 320cb01ddbbf0473674c2585f9b6e245721de355 Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Thu, 24 Mar 2016 17:42:57 -0400 Subject: [PATCH] windows: Add windows build tag to asm.s This allows linux binaries to have bazel-style dependencies on x/sys/windows. Change-Id: I248fe62e045705f409e5d96842ed52d0764ae68f Reviewed-on: https://go-review.googlesource.com/21081 Reviewed-by: Brad Fitzpatrick --- windows/asm.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/asm.s b/windows/asm.s index d4ca868f..aaef9fe9 100644 --- a/windows/asm.s +++ b/windows/asm.s @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build windows + #include "textflag.h" TEXT ·use(SB),NOSPLIT,$0