mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
Don't process header files installed by Homebrew
Added /usr/local/Cellar to ICG's list of system header locations. refs #181
This commit is contained in:
parent
8a535cc44f
commit
6eef449a1c
@ -90,6 +90,9 @@ void HeaderSearchDirs::AddCompilerBuiltInSearchDirs () {
|
||||
}
|
||||
pclose(fp) ;
|
||||
|
||||
// Homebrew on Macs puts everything in /usr/local/Cellar.
|
||||
hso.AddPath("/usr/local/Cellar" , clang::frontend::System, IsFramework, IsSysRootRelative);
|
||||
|
||||
}
|
||||
|
||||
void HeaderSearchDirs::AddUserSearchDirs ( std::vector<std::string> & include_dirs ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user