Skip to content

Commit 9edc07c

Browse files
committed
docs/Windows: Add note about using forward slashed paths
1 parent 55c1b2d commit 9edc07c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/WindowsBuild.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ argument to `x86` and run
7474
VsDevCmd -arch=x86
7575
```
7676

77-
- Then adapt the following command and run it.
77+
- Then adapt the following command and run it. Make sure to use forward slashes
78+
(`/`) instead of backslashes (`\`) as the path seperators. `clang` breaks
79+
with backslashed paths
7880
```cmd
7981
set swift_source_dir=path-to-directory-containing-all-cloned-repositories
8082
```

0 commit comments

Comments
 (0)