Add possibility to build different targets in the same project for e.g. IPaks

This commit is contained in:
Jan
2023-10-21 14:11:20 +02:00
parent 2c09cc11e9
commit 0b4a0ac070
3 changed files with 76 additions and 33 deletions

View File

@ -210,8 +210,8 @@ bool LinkerArgs::ParseArgs(const int argc, const char** argv)
return false;
}
m_projects_to_build = m_argument_parser.GetArguments();
if (m_projects_to_build.empty())
m_project_specifiers_to_build = m_argument_parser.GetArguments();
if (m_project_specifiers_to_build.empty())
{
// No projects to build specified...
PrintUsage();