diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-21 01:22:38 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-21 01:22:38 -0700 |
| commit | 4aa39ef33f89936709c7a169ec09c7dad71c5e9f (patch) | |
| tree | 9eaf2459c538a17b09aaaf3a8aee416eddac226a /weed/filer/sqlite/sqlite_store_unsupported.go | |
| parent | 3885374edf80c5c07551c2a43948614b98936fe5 (diff) | |
| download | seaweedfs-4aa39ef33f89936709c7a169ec09c7dad71c5e9f.tar.xz seaweedfs-4aa39ef33f89936709c7a169ec09c7dad71c5e9f.zip | |
conditionally compile sqlite
Diffstat (limited to 'weed/filer/sqlite/sqlite_store_unsupported.go')
| -rw-r--r-- | weed/filer/sqlite/sqlite_store_unsupported.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer/sqlite/sqlite_store_unsupported.go b/weed/filer/sqlite/sqlite_store_unsupported.go index 0fba1ea33..351d2e501 100644 --- a/weed/filer/sqlite/sqlite_store_unsupported.go +++ b/weed/filer/sqlite/sqlite_store_unsupported.go @@ -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 |
