Revert "cmd/ebitenmobile: update gomobile version"

This reverts commit f2e19f9fe5 and b065b64f4f

Reason: building iOS framework fails

Updates #1922
This commit is contained in:
Hajime Hoshi 2022-01-05 02:22:47 +09:00
parent b065b64f4f
commit ea1bc76ef2
2 changed files with 2 additions and 2 deletions

View File

@ -113,4 +113,4 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
run: |
cd /tmp/go-inovation
ebitenmobile bind -target ios -o Inovation.xcframework -v github.com/hajimehoshi/go-inovation/mobile
ebitenmobile bind -target ios -o Inovation.framework -v github.com/hajimehoshi/go-inovation/mobile

View File

@ -23,7 +23,7 @@ import (
"runtime"
)
const gomobileHash = "4e6c2922fdeed32d3596616518aaee7b0d79ce55"
const gomobileHash = "5d9a33257ab559d10fa8c96087aed99bf8b6d868"
func runCommand(command string, args []string, env []string) error {
if buildX || buildN {