Enable adroid_arm64 on mingw hosts

This commit is contained in:
Alexander Gorshenev
2019-07-12 13:49:40 +03:00
committed by alexander-gorshenev
parent fc45948da6
commit 09b3b2e5b7
@@ -180,8 +180,7 @@ open class HostManager(protected val distribution: Distribution = Distribution()
LINUX_ARM32_HFP,
LINUX_ARM64,
ANDROID_ARM32,
// TODO: toolchain to be fixed for that to work.
// ANDROID_ARM64,
ANDROID_ARM64,
WASM32
),
MACOS_X64 to setOf(
@@ -326,4 +325,4 @@ private fun evaluatePresetName(targetName: String): String {
return nameParts.asSequence().drop(1).joinToString("", nameParts.firstOrNull().orEmpty(), transform = String::capitalize)
}
class TargetSupportException (message: String = "", cause: Throwable? = null) : Exception(message, cause)
class TargetSupportException (message: String = "", cause: Throwable? = null) : Exception(message, cause)