mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 11:49:45 +00:00
manual: mention the "invalid parameter" case
This happens often enough and the error message is quite unhelpful. Mention this error explicitly in the documentation.
This commit is contained in:
parent
99c5c2287b
commit
6a9411e784
@ -880,7 +880,8 @@ quoting rules are deterimined by the called program, which on Windows
|
||||
are usually provided by the C library. If you need shell
|
||||
interpretation of the command (such as the use of `&&` to chain
|
||||
multiple commands), make the command execute the Windows shell by
|
||||
prefixing the command with `cmd /c`.
|
||||
prefixing the command with `cmd /c`. Ninja may error with "invalid parameter"
|
||||
which usually indicates that the command line length has been exceeded.
|
||||
|
||||
[[ref_outputs]]
|
||||
Build outputs
|
||||
|
Loading…
Reference in New Issue
Block a user