1
0
Эх сурвалжийг харах

Break the "to infinity and beyond" stuff

Sebastien Barre 24 жил өмнө
parent
commit
53f8721f99

+ 1 - 0
Source/cmAddLibraryCommand.cxx

@@ -91,6 +91,7 @@ bool cmAddLibraryCommand::InitialPass(std::vector<std::string> const& args)
     std::string copy = *s;
     m_Makefile->ExpandVariablesInString(copy);
     srclists.push_back(copy);  
+    ++s;
     }
 
   m_Makefile->AddLibrary(libname.c_str(), shared, srclists);