ENH: Teach find_library to avoid returning library paths in system directories that may be converted to architecture-specific directories by the compiler when it invokes the linker.

This commit is contained in:
Brad King
2008-01-23 16:21:49 -05:00
parent 48fddd602d
commit 7adb808244
2 changed files with 54 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ protected:
void AddArchitecturePaths(const char* suffix);
void AddLib64Paths();
std::string FindLibrary(const char* name);
std::string FixForImplicitLocations(std::string const& lib);
};