Disable OSX temporarily

This commit is contained in:
Iaroslav Postovalov 2021-01-07 19:38:46 +07:00
parent a814dec4c6
commit 4dd6f506c8
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -11,7 +11,7 @@ kotlin {
explicitApiWarning() explicitApiWarning()
val nativeTarget = when (System.getProperty("os.name")) { val nativeTarget = when (System.getProperty("os.name")) {
"Mac OS X" -> macosX64() // "Mac OS X" -> macosX64()
"Linux" -> linuxX64() "Linux" -> linuxX64()
else -> { else -> {