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"],
|
["--sysroot=$hostSysrootDir"],
|
||||||
"iphone":
|
"iphone":
|
||||||
["-stdlib=libc++", "-arch", "arm64", "-isysroot", "$iphoneSysrootDir"],
|
["-stdlib=libc++", "-arch", "arm64", "-isysroot", "$iphoneSysrootDir"],
|
||||||
"iphone_sim":
|
// TODO: re-enable after simulator sysroot is available in the dependencies
|
||||||
["-stdlib=libc++", "-isysroot", "$iphoneSimSysrootDir"],
|
// "iphone_sim":
|
||||||
|
// ["-stdlib=libc++", "-isysroot", "$iphoneSimSysrootDir"],
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
ext.targetList = ext.targetArgs.keySet() as List
|
ext.targetList = ext.targetArgs.keySet() as List
|
||||||
|
|||||||
Reference in New Issue
Block a user