diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Driver/ToolChains.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 0e9dcd14dc..eab76d5716 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -1589,7 +1589,7 @@ public: D.PrefixDirs.end()); Prefixes.push_back(D.SysRoot); Prefixes.push_back(D.SysRoot + "/usr"); - Prefixes.push_back(D.InstalledDir); + Prefixes.push_back(D.InstalledDir + "/.."); // Loop over the various components which exist and select the best GCC // installation available. GCC installs are ranked by version number. |