Explicitly set OBJC=cc OBJCXX=c++ for bitcode test
OBJC=clang / OBJCXX=clang++ can pick up a newer Clang that no longer supports bitcode.
This commit is contained in:
parent
538abcf8b1
commit
e9363e1677
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"OBJC": "cc",
|
||||||
|
"OBJCXX": "c++"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue