mirror of https://github.com/go-python/gopy.git
gopy: reduce verbosity
Change-Id: I7a6e41dfe0e3c052022829ec873e01c906d62a8f
This commit is contained in:
parent
a84d49f72b
commit
086ef0f72f
|
@ -81,7 +81,7 @@ func gopyRunCmdBind(cmdr *commander.Command, args []string) error {
|
||||||
|
|
||||||
// install it first to tickle the GOPATH cache
|
// install it first to tickle the GOPATH cache
|
||||||
cmd := exec.Command(
|
cmd := exec.Command(
|
||||||
"go", "install", "-v", "-buildmode=c-shared",
|
"go", "install", "-buildmode=c-shared",
|
||||||
pkg.ImportPath(),
|
pkg.ImportPath(),
|
||||||
//".",
|
//".",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue