diff options
| author | Shulhan <ms@kilabit.info> | 2018-07-02 15:55:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-07-02 15:55:56 +0700 |
| commit | 975f7098685ec40ab74a5f2c4dbd2bd34b06072c (patch) | |
| tree | 59e5a8b44c43420ad5fb4c3e4869841569195690 /env.go | |
| parent | 49ef4ae75f1a3a1d9c8a2daa87f5291604d3ee94 (diff) | |
| download | beku-975f7098685ec40ab74a5f2c4dbd2bd34b06072c.tar.xz | |
Remove gdm from build handle
gdm is not vendor tool, it's using GOPATH, and will conflict with beku.
Diffstat (limited to 'env.go')
| -rw-r--r-- | env.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1364,11 +1364,6 @@ func (env *Env) build(pkg *Package) (err error) { vendorCmdDep = append(vendorCmdDep, "-v") } err = pkg.Run(env, vendorCmdDep) - } else if cmd&vendorModeGdm > 0 { - if Debug >= DebugL2 { - vendorCmdGdm = append(vendorCmdGdm, "-v") - } - err = pkg.Run(env, vendorCmdGdm) } else if cmd&vendorModeGovendor > 0 { err = pkg.Run(env, vendorCmdGovendor) } |
