Skip to content

Commit 66c788a

Browse files
committed
feat: add kcl linux
Signed-off-by: Peefy <xpf6677@163.com>
1 parent 0556918 commit 66c788a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/native/native_nonmusl.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//go:build !musl && (darwin || freebsd || linux)
1+
//go:build !musl && (darwin || freebsd || linux || windows)
22
// +build !musl
3-
// +build darwin freebsd linux
3+
// +build darwin freebsd linux windows
44

55
package native
66

0 commit comments

Comments
 (0)