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