Lib path should be converted to native path too.
This commit is contained in:
parent
dea1309e8d
commit
4372a40922
|
@ -869,7 +869,8 @@ void cmUnixMakefileGenerator::OutputLibDepend(std::ostream& fout,
|
|||
{
|
||||
libpath += m_StaticLibraryExtension;
|
||||
}
|
||||
fout << cmSystemTools::EscapeSpaces(libpath.c_str()) << " ";
|
||||
fout << this->ConvertToNativePath(cmSystemTools::EscapeSpaces(libpath.c_str()).c_str())
|
||||
<< " ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue