gopy: reduce verbosity

Change-Id: I5b64e9eea02c4f03e49430133c96330071ad4344
This commit is contained in:
Sebastien Binet 2015-08-07 13:43:21 +02:00
parent 93b3f8f979
commit b5d2fd33ab
1 changed files with 1 additions and 2 deletions

View File

@ -127,9 +127,8 @@ func gopyRunCmdBind(cmdr *commander.Command, args []string) error {
defer os.RemoveAll(wbind)
cmd = exec.Command(
"go", "build", "-v", "-buildmode=c-shared",
"go", "build", "-buildmode=c-shared",
"-o", filepath.Join(wbind, pkg.Name())+".so",
// pkg.ImportPath,
".",
)
cmd.Dir = work