Skip to content

Commit 35ef067

Browse files
Matheus Marchinievanlucas
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 302b3ee commit 35ef067

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
@@ -232,7 +232,8 @@ Prerequisites:
232232
* **Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
233233
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
234234

235-
If the path to your build directory contains a space, the build will likely fail.
235+
If the path to your build directory contains a space or a non-ASCII character, the
236+
build will likely fail.
236237

237238
```console
238239
> .\vcbuild

0 commit comments

Comments
 (0)