forked from kscience/kmath
Disable OSX temporarily
This commit is contained in:
parent
a814dec4c6
commit
4dd6f506c8
@ -11,7 +11,7 @@ kotlin {
|
||||
explicitApiWarning()
|
||||
|
||||
val nativeTarget = when (System.getProperty("os.name")) {
|
||||
"Mac OS X" -> macosX64()
|
||||
// "Mac OS X" -> macosX64()
|
||||
"Linux" -> linuxX64()
|
||||
|
||||
else -> {
|
||||
|
Loading…
Reference in New Issue
Block a user