mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
fix: no impl on winarm
This commit is contained in:
parent
e6fa400e05
commit
cee4bccf45
@ -1,5 +1,6 @@
|
||||
//go:build (windows && arm) || (windows && arm64)
|
||||
// +build windows,arm windows,arm64
|
||||
//go:build windows && (arm || arm64)
|
||||
// +build windows
|
||||
// +build arm arm64
|
||||
|
||||
package sqlite3
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
//go:build !((windows || arm) && (windows || arm64))
|
||||
// +build !windows,!arm !windows,!arm64
|
||||
//go:build !(windows && (arm || arm64))
|
||||
// +build !windows !arm,!arm64
|
||||
|
||||
package sqlite3
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
//go:build !((windows || arm) && (windows || arm64))
|
||||
// +build !windows,!arm !windows,!arm64
|
||||
//go:build !(windows && (arm || arm64))
|
||||
// +build !windows !arm,!arm64
|
||||
|
||||
package sqlite3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user