1
0
Fork 0
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:
jules 2018-08-17 18:46:08 +01:00
parent 064656e2fb
commit 8c9315ab12
2 changed files with 6 additions and 3 deletions

View file

@ -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;