cmd/ebitenmobile: Use Go modules in gomobile

Fixes #1055
This commit is contained in:
Hajime Hoshi 2020-01-14 00:49:05 +09:00
parent 802693fa20
commit 94d0f1137c

View File

@ -23,7 +23,7 @@ import (
"runtime"
)
const gomobileHash = "597adff16ade9d88626f8caea514bb189b8c74ee"
const gomobileHash = "82c397c4c5279f331dce14d734fda7060e4a3691"
func runCommand(command string, args []string, env []string) error {
if buildX || buildN {