Skip to content

Commit 5f1803b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILDING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ Prerequisites:
238238
* **Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
239239
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
240240

241-
If the path to your build directory contains a space, the build will likely fail.
241+
If the path to your build directory contains a space or a non-ASCII character, the
242+
build will likely fail.
242243

243244
```console
244245
> .\vcbuild

0 commit comments

Comments
 (0)