Skip to content

Commit

Permalink
Produce binaries for 10.10 as minimal MacOs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gorshenev committed Feb 22, 2017
1 parent fa70e56 commit 9179a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9179a96

Please sign in to comment.