mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
parent
269a79408f
commit
9cf30d9b70
@ -81,7 +81,9 @@ func prepareGomobileCommands() error {
|
|||||||
fmt.Printf("PATH=%s\n", newpath)
|
fmt.Printf("PATH=%s\n", newpath)
|
||||||
}
|
}
|
||||||
if !buildN {
|
if !buildN {
|
||||||
os.Setenv("PATH", newpath)
|
if err := os.Setenv("PATH", newpath); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pwd, err := os.Getwd()
|
pwd, err := os.Getwd()
|
||||||
|
Loading…
Reference in New Issue
Block a user