Parcourir la source

Updated build file

Torkel Ödegaard il y a 11 ans
Parent
commit
16320d66f2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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) {