summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-11-27 22:22:12 +0100
committerMarkus Grüneis <gimpf@gimpf.org>2014-11-27 22:25:31 +0100
commit2d8280a225d57d30f083f4d0334124c80411773c (patch)
treebca35f7a92cf7303f1a3515db01c04bb2cfac0b9 /src/hub/Makefile
parentcreating index with keyword tokenizer (diff)
hub: fix storing tags, returning clients,tags
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index eab73bd..1cb9eee 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -41,7 +41,7 @@ getlibs:
$(GOCMD) get "github.com/mattn/go-sqlite3"
$(GOCMD) get "github.com/zenazn/goji"
$(GOCMD) get "code.google.com/p/go-uuid/uuid"
- $(GOCMD) get "github.com/go-sql-driver/mysql"
+# $(GOCMD) get "github.com/go-sql-driver/mysql"
# $(GOCMD) get "github.com/ziutek/mymysql/godrv"
build: export GOPATH=$(curdir)