Skip to content

Commit 320cb01

Browse files
matloobbradfitz
authored andcommitted
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 <[email protected]>
1 parent afce3de commit 320cb01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

windows/asm.s

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// +build windows
6+
57
#include "textflag.h"
68

79
TEXT ·use(SB),NOSPLIT,$0

0 commit comments

Comments
 (0)