Skip to content

Commit 9b9e7b4

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 8c927dd commit 9b9e7b4

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
@@ -93,6 +93,8 @@ More Developer Tools...`. This step will install `clang`, `clang++`, and
9393
* You may want to setup [firewall rules](tools/macosx-firewall.sh)
9494
to avoid popups asking to accept incoming network connections when running tests:
9595

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

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

0 commit comments

Comments
 (0)