Selaa lähdekoodia

ENH: need CMAKE_LINKER_FLAGS

Sebastien Barre 23 vuotta sitten
vanhempi
sitoutus
1ce7085e63
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ";