Ninja: don't remove space between command and parameters
This commit is contained in:
parent
50b6f33dbc
commit
2de963d996
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue