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:
Jonathan Schleifer 2024-04-28 00:40:01 +02:00 committed by Eli Schwartz
parent 538abcf8b1
commit e9363e1677
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"env": {
"OBJC": "cc",
"OBJCXX": "c++"
}
}