Bill Hoffman 23 лет назад
Родитель
Сommit
1a2a600a55
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 1 - 1
Source/cmLocalUnixMakefileGenerator.cxx

@@ -678,7 +678,7 @@ static RuleVariables ruleReplaceVars[] =
 
   {"<CMAKE_AR>", "CMAKE_AR"},
   {"<CMAKE_RANLIB>", "CMAKE_RANLIB"},
-  {0}
+  {0, 0}
 };