fixed build.go setup

pull/1442/head
Torkel Ödegaard 11 years ago
parent 6f63d63ee0
commit 0dfd09ed0e
  1. 1
      build.go

@ -84,6 +84,7 @@ func main() {
func setup() {
runPrint("go", "get", "-v", "github.com/tools/godep")
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
}

Loading…
Cancel
Save