fixed minor issue in build file

pull/2022/head
Torkel Ödegaard 10 years ago
parent dc88fff704
commit e438d21cc0
  1. 1
      build.go

@ -279,6 +279,7 @@ func grunt(params ...string) {
func setup() {
runPrint("go", "get", "-v", "github.com/tools/godep")
runPrint("go", "get", "-v", "github.com/blang/semver")
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
}

Loading…
Cancel
Save