Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #195 from xushiwei/q
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Sep 30, 2023
2 parents d930eba + 703b06c commit 3c57eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clang/basic_32.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build 386
// +build 386
//go:build 386 || arm || armbe || mips || mipsle || ppc || s390 || sparc
// +build 386 arm armbe mips mipsle ppc s390 sparc

package clang

Expand Down
4 changes: 2 additions & 2 deletions clang/basic_64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build amd64
// +build amd64
//go:build amd64 || amd64p32 || arm64 || arm64be || ppc64 || ppc64le || mips64 || mips64le || mips64p32 || mips64p32le || s390x || sparc64
// +build amd64 amd64p32 arm64 arm64be ppc64 ppc64le mips64 mips64le mips64p32 mips64p32le s390x sparc64

package clang

Expand Down

0 comments on commit 3c57eeb

Please sign in to comment.