Disable simulator sysroot download.
This commit is contained in:
committed by
alexander-gorshenev
parent
5814c72c74
commit
7226a47edf
Vendored
+5
-3
@@ -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"
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user