More complete iphone_sim target support.
This commit is contained in:
committed by
alexander-gorshenev
parent
00aba8a08d
commit
e895c0939c
Vendored
+3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user