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

@@ -8,4 +8,4 @@ install:
cd weed; go install
full_install:
cd weed; go install -tags "elastic gocdk"
cd weed; go install -tags "elastic gocdk sqlite"