conditionally compile sqlite

This commit is contained in:
chrislu
2022-04-21 01:22:38 -07:00
parent 3885374edf
commit 4aa39ef33f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
//go:build !linux && !darwin && !windows && !s390 && !ppc64le && !mips64
// +build !linux,!darwin,!windows,!s390,!ppc64le,!mips64
//go:build !linux && !darwin && !windows && !s390 && !ppc64le && !mips64 && !sqlite
// +build !linux,!darwin,!windows,!s390,!ppc64le,!mips64,!sqlite
// limited GOOS due to modernc.org/libc/unistd