Disable simulator sysroot download.

This commit is contained in:
Alexander Gorshenev
2017-01-24 01:38:21 +03:00
committed by alexander-gorshenev
parent 5814c72c74
commit 7226a47edf
+5 -3
View File
@@ -89,9 +89,11 @@ if (isLinux()) {
task iphoneSysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-darwin-ios"
}
task iphoneSimSysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-darwin-ios-sim"
}
// TODO: re-enable when we known how to bring the simulator
// sysroot to dependencies.
// task iphoneSimSysroot(type: TgzNativeDep) {
// baseName = "target-sysroot-1-darwin-ios-sim"
// }
}