mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
build: Fix cross compilation for all tools
This commit is contained in:
parent
9f7cd75682
commit
3f1b074d8b
1 changed files with 1 additions and 0 deletions
|
|
@ -934,6 +934,7 @@ func doXgo(cmdline []string) {
|
|||
args := append(buildFlags(env), flag.Args()...)
|
||||
|
||||
if *alltools {
|
||||
args = args[:len(args)-1]
|
||||
args = append(args, []string{"--dest", GOBIN}...)
|
||||
for _, res := range allToolsArchiveFiles {
|
||||
if strings.HasPrefix(res, GOBIN) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue