mirror of
https://github.com/nasa/trick.git
synced 2025-02-02 17:21:08 +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
2661835797
commit
3b6adb01d0
@ -92,6 +92,9 @@ void HeaderSearchDirs::AddCompilerBuiltInSearchDirs () {
|
|||||||
}
|
}
|
||||||
pclose(fp) ;
|
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 ) {
|
void HeaderSearchDirs::AddUserSearchDirs ( std::vector<std::string> & include_dirs ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user