Commit 52704cb
authored
MINOR: [Docs] Add note to Windows docs about patch util (#47839)
### Rationale for this change
For certain C++ build configurations, we require `patch` to be in the user's `PATH`. This was introduced in e1f727c and a [Discussion pointed this out](#47829 (reply in thread)). For Linux and macOS, it's pretty reasonable for us to assume `patch` is available but not on Windows.
### What changes are included in this PR?
Adds a note in the "Debug" section of the Windows docs.
### Are these changes tested?
Yes, I'll add a screenshot to make review easier.
### Are there any user-facing changes?
No.
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: AlenkaF <[email protected]>1 parent 9640f78 commit 52704cb
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
330 | 336 | | |
331 | 337 | | |
332 | 338 | | |
| |||
0 commit comments