Skip to content

Commit

Permalink
A: loong64
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed Dec 30, 2024
1 parent f28f43c commit a715bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lcl/types/message_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
//----------------------------------------

//go:build !windows && (amd64 || arm64)
//go:build !windows && (amd64 || arm64 || loong64)
// +build !windows
// +build amd64 arm64
// +build amd64 arm64 loong64

package types

Expand Down
4 changes: 2 additions & 2 deletions lcl/types/types_amd64arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//
//----------------------------------------

//go:build amd64 || arm64
// +build amd64 arm64
//go:build amd64 || arm64 || loong64
// +build amd64 arm64 loong64

package types

Expand Down

0 comments on commit a715bfc

Please sign in to comment.