Temporarily disabled iphone_sim build, until we figure out how to bring the

sysroot for it.
This commit is contained in:
Alexander Gorshenev
2017-01-23 23:54:21 +03:00
committed by alexander-gorshenev
parent a856b0d9ce
commit 5814c72c74
+3 -2
View File
@@ -36,8 +36,9 @@ allprojects {
["--sysroot=$hostSysrootDir"],
"iphone":
["-stdlib=libc++", "-arch", "arm64", "-isysroot", "$iphoneSysrootDir"],
"iphone_sim":
["-stdlib=libc++", "-isysroot", "$iphoneSimSysrootDir"],
// TODO: re-enable after simulator sysroot is available in the dependencies
// "iphone_sim":
// ["-stdlib=libc++", "-isysroot", "$iphoneSimSysrootDir"],
]
}
ext.targetList = ext.targetArgs.keySet() as List