mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
cmd/ebitenmobile: Remove gomobile init
`gomobile init` installs gobind at $GOPATH/bin, but this is not needed for ebitenmobile. Updates #1666
This commit is contained in:
parent
d06e9c140c
commit
f4574590b5
@ -137,9 +137,7 @@ func prepareGomobileCommands() error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := runCommand("gomobile", []string{"init"}, nil); err != nil {
|
||||
return err
|
||||
}
|
||||
// `gomobile init` is not needed. This just ensures the existence of the latest gobind command.
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user