Skip to content

Commit 1ef8f4e

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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent a1096a6 commit 1ef8f4e

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)