Przeglądaj źródła

Break the "to infinity and beyond" stuff

Sebastien Barre 24 lat temu
rodzic
commit
53f8721f99
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Source/cmAddLibraryCommand.cxx

+ 1 - 0
Source/cmAddLibraryCommand.cxx

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