Try to make AppVeyor happy
This commit is contained in:
parent
a0f2fda53a
commit
aa7a4b8372
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue