summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/sqlite/norlimit.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/sqlite/norlimit.go')
-rw-r--r--vendor/modernc.org/sqlite/norlimit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modernc.org/sqlite/norlimit.go b/vendor/modernc.org/sqlite/norlimit.go
index 4d81a0f9..52d31392 100644
--- a/vendor/modernc.org/sqlite/norlimit.go
+++ b/vendor/modernc.org/sqlite/norlimit.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !freebsd && !ppc64le
-// +build !freebsd,!ppc64le
+//go:build windows
+// +build windows
package sqlite // import "modernc.org/sqlite"