You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardexpand all lines: BUILDING.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,8 @@ Prerequisites:
232
232
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
233
233
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
234
234
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
0 commit comments