mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
cmd/gogio: fix Android toolchain path for Windows 64-bit
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -478,7 +478,7 @@ Created-By: 1.0 (Go)
|
|||||||
}
|
}
|
||||||
|
|
||||||
func archNDK() string {
|
func archNDK() string {
|
||||||
if runtime.GOOS == "windows" && runtime.GOARCH == "386" {
|
if runtime.GOOS == "windows" {
|
||||||
return "windows"
|
return "windows"
|
||||||
} else {
|
} else {
|
||||||
var arch string
|
var arch string
|
||||||
|
|||||||
Reference in New Issue
Block a user