Explorar el Código

fixed build.go setup

Torkel Ödegaard hace 11 años
padre
commit
0dfd09ed0e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      build.go

+ 1 - 0
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")
 }