mirror of
https://github.com/nasa/trick.git
synced 2025-06-21 08:29:39 +00:00
Standardize directory names
RedHat systems use a libexec directory, MacOSX and Ubuntu use lib. Changed our scripts and makefiles to handle both. refs #63
This commit is contained in:
@ -37,7 +37,6 @@ void HeaderSearchDirs::AddCompilerBuiltInSearchDirs () {
|
||||
// all kinds of problems. On macs all headers are clang friendly.
|
||||
#if __linux
|
||||
std::stringstream icg_dir ;
|
||||
//icg_dir << std::string(getenv("TRICK_HOME")) << "/libexec/trick/lib/clang/" ;
|
||||
icg_dir << LLVM_HOME << "/lib/clang/" ;
|
||||
icg_dir << __clang_major__ << "." << __clang_minor__ ;
|
||||
#ifdef __clang_patchlevel__
|
||||
|
Reference in New Issue
Block a user