mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
Merge 3f1b074d8b into 46e5583993
This commit is contained in:
commit
7aab45eece
1 changed files with 1 additions and 0 deletions
|
|
@ -937,6 +937,7 @@ func doXgo(cmdline []string) {
|
||||||
args := append(buildFlags(env), flag.Args()...)
|
args := append(buildFlags(env), flag.Args()...)
|
||||||
|
|
||||||
if *alltools {
|
if *alltools {
|
||||||
|
args = args[:len(args)-1]
|
||||||
args = append(args, []string{"--dest", GOBIN}...)
|
args = append(args, []string{"--dest", GOBIN}...)
|
||||||
for _, res := range allToolsArchiveFiles {
|
for _, res := range allToolsArchiveFiles {
|
||||||
if strings.HasPrefix(res, GOBIN) {
|
if strings.HasPrefix(res, GOBIN) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue