forked from OSchip/llvm-project
Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple.
llvm-svn: 141980
This commit is contained in:
parent
ed456eb0a9
commit
c0b9791b63
|
@ -1575,7 +1575,7 @@ public:
|
||||||
GccInstallPath.append(CXX_INCLUDE_ARCH);
|
GccInstallPath.append(CXX_INCLUDE_ARCH);
|
||||||
GccInstallPath.append("/");
|
GccInstallPath.append("/");
|
||||||
GccInstallPath.append(Version);
|
GccInstallPath.append(Version);
|
||||||
GccParentLibPath = GccInstallPath + "/../../../..";
|
GccParentLibPath = GccInstallPath + "/../../..";
|
||||||
IsValid = true;
|
IsValid = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue