Ninja: don't remove space between command and parameters

This commit is contained in:
Peter Kuemmel 2012-06-15 17:52:17 +02:00
parent 50b6f33dbc
commit 2de963d996
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ int main() {
prefix, cl + nol + show + clrest, true);
// compile rc file with rc.exe
return process(srcfilename, "" , objfile, prefix, binpath + rest);
return process(srcfilename, "" , objfile, prefix, binpath + " " + rest);
}
usage("Invalid language specified.");