mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 16:28:31 -05:00
Add possibility to build different targets in the same project for e.g. IPaks
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user