Skip to content

Commit 29de000

Browse files
Kyle LamseMylesBorins
Kyle Lamse
authored andcommitted
doc: add note for Windows build path
PR-URL: #14354 Fixes: #14337 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent a8b917e commit 29de000

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BUILDING.md

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ More Developer Tools...`. This step will install `clang`, `clang++`, and
9494
* You may want to setup [firewall rules](tools/macosx-firewall.sh)
9595
to avoid popups asking to accept incoming network connections when running tests:
9696

97+
If the path to your build directory contains a space, the build will likely fail.
98+
9799
```console
98100
$ sudo ./tools/macosx-firewall.sh
99101
```
@@ -174,6 +176,8 @@ Prerequisites:
174176
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
175177
and tools which can be included in the global `PATH`.
176178

179+
If the path to your build directory contains a space, the build will likely fail.
180+
177181
```console
178182
> .\vcbuild nosign
179183
```

0 commit comments

Comments
 (0)