浏览代码

BUG: fix for debug libs not using output path

Bill Hoffman 22 年之前
父节点
当前提交
f60e16f8ab
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/cmLocalVisualStudio6Generator.cxx

+ 2 - 1
Source/cmLocalVisualStudio6Generator.cxx

@@ -882,7 +882,8 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
         libDebug += ".lib";
         }
       lib = cmSystemTools::ConvertToOutputPath(lib.c_str());
-
+      libDebug = cmSystemTools::ConvertToOutputPath(libDebug.c_str());
+      
       if (j->second == cmTarget::GENERAL)
         {
         libOptions += " ";