Skip to content

Commit

Permalink
docs: warn users about non-ASCII paths on build
Browse files Browse the repository at this point in the history
The build breaks if there's a non-ASCII character on the path to the building
directory.

Ref: #16278
Ref: #14336
  • Loading branch information
Matheus Marchini authored and Matheus Marchini committed Dec 12, 2017
1 parent dc92540 commit 0e90f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ Prerequisites:
* **Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).

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

```console
> .\vcbuild
Expand Down

0 comments on commit 0e90f1a

Please sign in to comment.