Skip to content

Commit

Permalink
Merge pull request #3851 from MatejMagat305/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz authored May 6, 2023
2 parents c3d9318 + a7e729e commit 7de9188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/fyne/internal/mobile/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ func archNDK() string {
arch = "x86_64"
break
}
if runtime.GOOS == "android" { // termux
return "linux-aarch64"
}
fallthrough
default:
panic("unsupported GOARCH: " + runtime.GOARCH)
Expand Down

0 comments on commit 7de9188

Please sign in to comment.