diff options
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudioGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.cxx b/Source/cmLocalVisualStudioGenerator.cxx index ca006b7..d1cefe3 100644 --- a/Source/cmLocalVisualStudioGenerator.cxx +++ b/Source/cmLocalVisualStudioGenerator.cxx @@ -205,7 +205,7 @@ std::string cmLocalVisualStudioGenerator::ConstructScript( if (workingDirectory.empty()) { script += this->Convert(cmd.c_str(), START_OUTPUT, SHELL); } else { - script += this->Convert(cmd.c_str(), NONE, SHELL); + script += this->ConvertToOutputFormat(cmd.c_str(), SHELL); } ccg.AppendArguments(c, script); |