Fix space pb (embended, then escaped)
This commit is contained in:
parent
765934fea9
commit
e8dade9420
@ -376,6 +376,7 @@ void cmNMakeMakefileGenerator::OutputSharedLibraryRule(std::ostream& fout,
|
||||
command += "$(" + std::string(name) + "_SRC_OBJS) /out:";
|
||||
std::string dllpath = m_LibraryOutputPath + std::string(name) + ".dll";
|
||||
command += cmSystemTools::EscapeSpaces(dllpath.c_str());
|
||||
command += " ";
|
||||
std::strstream linklibs;
|
||||
this->OutputLinkLibraries(linklibs, name, t);
|
||||
linklibs << std::ends;
|
||||
|
Loading…
x
Reference in New Issue
Block a user