We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c1b2d commit 9edc07cCopy full SHA for 9edc07c
docs/WindowsBuild.md
@@ -74,7 +74,9 @@ argument to `x86` and run
74
VsDevCmd -arch=x86
75
```
76
77
-- Then adapt the following command and run it.
+- 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
80
```cmd
81
set swift_source_dir=path-to-directory-containing-all-cloned-repositories
82
0 commit comments