瀏覽代碼

ENH: need CMAKE_LINKER_FLAGS

Sebastien Barre 23 年之前
父節點
當前提交
1ce7085e63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmNMakeMakefileGenerator.cxx

+ 1 - 1
Source/cmNMakeMakefileGenerator.cxx

@@ -529,7 +529,7 @@ void cmNMakeMakefileGenerator::OutputExecutableRule(std::ostream& fout,
   command += " " + output_executable_file_flag + 
     this->ConvertToOutputPath(path.c_str());
 
-  command += " $(CMAKE_C_LINK_EXECUTABLE_FLAG) ";
+  command += " $(CMAKE_C_LINK_EXECUTABLE_FLAG) $(CMAKE_LINKER_FLAGS) ";
   if(t.GetType() == cmTarget::WIN32_EXECUTABLE)
     {
     command +=  " /subsystem:windows ";