mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 11:12:44 +01:00
cmd/ebitenmobile: add comments
This commit is contained in:
parent
ebb4851a32
commit
8418c4a655
@ -62,6 +62,8 @@ func removeAll(path string) error {
|
||||
}
|
||||
|
||||
func runGo(args ...string) error {
|
||||
// TODO: Remove this after Ebiten drops the support of Go 1.15 and older.
|
||||
// GO111MODULE is on by default as of Go 1.16.
|
||||
env := []string{
|
||||
"GO111MODULE=on",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user