fix build arch issue

This commit is contained in:
Emman 2021-12-20 15:21:12 +08:00
parent 4f1cbebc81
commit 485d6317a3
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
//go:build !amd64 //go:build !amd64 && !arm64
// +build !amd64 // +build !amd64,!arm64
package sm2 package sm2

View File

@ -1,6 +1,6 @@
// Generated by gen_p256_table.go. DO NOT EDIT. // Generated by gen_p256_table.go. DO NOT EDIT.
//go:build amd64 //go:build amd64 || arm64
// +build amd64 // +build amd64 arm64
package sm2 package sm2

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build amd64 //go:build amd64 || arm64
// +build amd64 // +build amd64 arm64
package sm2 package sm2

View File

@ -1,5 +1,5 @@
//go:build amd64 //go:build amd64 || arm64
// +build amd64 // +build amd64 arm64
package sm2 package sm2