linkers: Merge the standard libraries into the user library paths.

The change to rld::split clears the user's library paths. Fix
this.
This commit is contained in:
Chris Johns
2014-11-04 19:39:57 +11:00
parent ddbab71497
commit 53e387d9a4
3 changed files with 7 additions and 5 deletions

View File

@@ -1575,7 +1575,7 @@ namespace rld
path::paths& libs)
{
if (rld::verbose () >= RLD_VERBOSE_INFO)
std::cout << "Finding libraries:." << std::endl;
std::cout << "Finding libraries:" << std::endl;
libraries.clear ();
for (path::paths::size_type l = 0; l < libs.size (); ++l)
{