We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b601b2 commit 2e73118Copy full SHA for 2e73118
src/orc/rcMain.cpp
@@ -76,7 +76,7 @@ int rcMain::Run(int argc, char* argv[])
76
#else
77
int language = 0;
78
#endif
79
- if (files.size() > 1 && !OutputFile.GetValue().empty())
+ if (files.size() > 2 && !OutputFile.GetValue().empty())
80
Utils::Fatal("Cannot specify output file for multiple input files");
81
std::string sysSrchPth;
82
std::string srchPth;
0 commit comments