Temporarily disabled iphone_sim build, until we figure out how to bring the
sysroot for it.
This commit is contained in:
committed by
alexander-gorshenev
parent
a856b0d9ce
commit
5814c72c74
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user