Explorar el Código

Updated build file

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

+ 2 - 2
build.go

@@ -221,8 +221,8 @@ func grunt(params ...string) {
 
 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")
+	// runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
+	// runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
 }
 
 func test(pkg string) {