More complete iphone_sim target support.

This commit is contained in:
Alexander Gorshenev
2017-01-23 19:42:59 +03:00
committed by alexander-gorshenev
parent 00aba8a08d
commit e895c0939c
4 changed files with 28 additions and 1 deletions
+3
View File
@@ -89,6 +89,9 @@ if (isLinux()) {
task iphoneSysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-darwin-ios"
}
task iphoneSimSysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-darwin-ios-sim"
}
}