OBJC=clang / OBJCXX=clang++ can pick up a newer Clang that no longer supports bitcode.pull/13157/head
parent
538abcf8b1
commit
e9363e1677
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
{ |
||||
"env": { |
||||
"OBJC": "cc", |
||||
"OBJCXX": "c++" |
||||
} |
||||
} |
Loading…
Reference in new issue