Skip to content

Commit 2e76df5

Browse files
Matheus MarchiniMylesBorins
Matheus Marchini
authored andcommitted
doc: warn users about non-ASCII paths on build
The build breaks if there's a non-ASCII character on the path to the building directory. PR-URL: #16735 Refs: #16278 Refs: #14336 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 2c21421 commit 2e76df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILDING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ Prerequisites:
215215
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
216216
and tools which can be included in the global `PATH`.
217217

218-
If the path to your build directory contains a space, the build will likely fail.
218+
If the path to your build directory contains a space or a non-ASCII character, the
219+
build will likely fail.
219220

220221
```console
221222
> .\vcbuild nosign

0 commit comments

Comments
 (0)