Produce binaries for 10.10 as minimal MacOs version.

This commit is contained in:
Alexander Gorshenev
2017-02-21 17:58:06 +03:00
committed by alexander-gorshenev
parent fa70e566fc
commit 9179a962a8
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ allprojects {
} else {
ext.targetArgs <<
["host":
["--sysroot=$hostSysrootDir"],
["--sysroot=$hostSysrootDir", "-mmacosx-version-min=$minMacOsVersion"],
"iphone":
["-stdlib=libc++", "-arch", "arm64", "-isysroot", "$iphoneSysrootDir"],
// TODO: re-enable after simulator sysroot is available in the dependencies
+2 -1
View File
@@ -1,4 +1,5 @@
kotlin_version=1.1-M03
llvmVersion = 3.9.0
minMacOsVersion = 10.10
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170217.175209-427
kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170217.175209-427