Try to make AppVeyor happy

This commit is contained in:
Daniel Marjamäki 2020-05-18 08:24:17 +02:00
parent a0f2fda53a
commit aa7a4b8372
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ namespace {
static std::string cmdFileName(std::string f)
{
f = Path::toNativeSeparators(f);
//f = Path::toNativeSeparators(f);
if (f.find(" ") != std::string::npos)
return "\"" + f + "\"";
return f;