Default installations of OS X do not have system headers installed at /usr/include. This patch allows the LLDB test executables to properly compile when built on a system without headers at /usr/include by specifying a default value for the apple-sdk flag as "macosx".
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 374 Build 374: arc lint + arc unit
Event Timeline
Comment Actions
If you wanted to get really fancy, you could actually locate the system include directory and set the default to that. But that's up to you, just an idea.