Skip to content

Commit 43029da

Browse files
Kyle Lamsejasnell
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 88b8592 commit 43029da

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

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

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

0 commit comments

Comments
 (0)