mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Fix for projucer's command-line option handling
This commit is contained in:
parent
064656e2fb
commit
8c9315ab12
2 changed files with 6 additions and 3 deletions
|
|
@ -376,7 +376,7 @@ namespace
|
|||
|
||||
for (auto it = args.arguments.begin() + 1; it < args.arguments.end(); ++it)
|
||||
{
|
||||
auto target = it->resolveAsExistingFile();
|
||||
auto target = it->resolveAsFile();
|
||||
|
||||
Array<File> files;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue