aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-04-21 01:22:38 -0700
committerchrislu <chris.lu@gmail.com>2022-04-21 01:22:38 -0700
commit4aa39ef33f89936709c7a169ec09c7dad71c5e9f (patch)
tree9eaf2459c538a17b09aaaf3a8aee416eddac226a /Makefile
parent3885374edf80c5c07551c2a43948614b98936fe5 (diff)
downloadseaweedfs-4aa39ef33f89936709c7a169ec09c7dad71c5e9f.tar.xz
seaweedfs-4aa39ef33f89936709c7a169ec09c7dad71c5e9f.zip
conditionally compile sqlite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 844c67172..f324cfc2d 100644
--- a/Makefile
+++ b/Makefile
@@ -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"