diff options
Diffstat (limited to 'src/hub')
-rw-r--r-- | src/hub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile index d2b6f12..eab73bd 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -42,7 +42,7 @@ getlibs: $(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/ziutek/mymysql/godrv" +# $(GOCMD) get "github.com/ziutek/mymysql/godrv" build: export GOPATH=$(curdir) build: getlibs |