mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
cmd/ebitenmobile: Remove explicltly specifying GO111MODULE
This commit is contained in:
parent
78a1698069
commit
903b125f4c
@ -170,8 +170,6 @@ func doBind(args []string, flagset *flag.FlagSet) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cmd := exec.Command("gomobile", args...)
|
cmd := exec.Command("gomobile", args...)
|
||||||
cmd.Env = append(cmd.Env, os.Environ()...)
|
|
||||||
cmd.Env = append(cmd.Env, "GO111MODULE=off")
|
|
||||||
cmd.Stdout = os.Stdout
|
cmd.Stdout = os.Stdout
|
||||||
cmd.Stderr = os.Stderr
|
cmd.Stderr = os.Stderr
|
||||||
if err := cmd.Run(); err != nil {
|
if err := cmd.Run(); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user