mirror of https://github.com/go-python/gopy.git
gopy: reduce verbosity
Change-Id: I5b64e9eea02c4f03e49430133c96330071ad4344
This commit is contained in:
parent
93b3f8f979
commit
b5d2fd33ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue