Support for Android ARM64 on Mac (#627)

This commit is contained in:
Nikolay Igotti
2017-06-02 15:05:15 +03:00
committed by GitHub
parent 94add3cc20
commit dd81d529ee
6 changed files with 43 additions and 7 deletions
@@ -88,6 +88,7 @@ private val knownTargets = mapOf(
"ios_sim" to "ios_sim",
"raspberrypi" to "raspberrypi",
"android_arm32" to "android_arm32",
"android_arm64" to "android_arm64",
"mingw" to "mingw"
)