forked from joejulian/gio
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 {
|
||||
if runtime.GOOS == "windows" && runtime.GOARCH == "386" {
|
||||
if runtime.GOOS == "windows" {
|
||||
return "windows"
|
||||
} else {
|
||||
var arch string
|
||||
|
||||
Reference in New Issue
Block a user