mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
cmd/ebitenmobile: Update gomobile version
This change fixes these issues: * Fail to run on Go 1.16 and after * Fail to run on Android NDK r22 and after Closes #1484
This commit is contained in:
parent
82746e3c12
commit
ea9c9cd7e2
@ -23,7 +23,7 @@ import (
|
|||||||
"runtime"
|
"runtime"
|
||||||
)
|
)
|
||||||
|
|
||||||
const gomobileHash = "bcce01171201ce626fb4c107de21a56f310e33bf"
|
const gomobileHash = "f462b3930c8f01e0d9daa52b47ac887019ffa5b0"
|
||||||
|
|
||||||
func runCommand(command string, args []string, env []string) error {
|
func runCommand(command string, args []string, env []string) error {
|
||||||
if buildX || buildN {
|
if buildX || buildN {
|
||||||
|
Loading…
Reference in New Issue
Block a user