File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ VsDevCmd -arch=x86
75
75
```
76
76
77
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
78
+ (` / ` ) instead of backslashes (` \ ` ) as the path separators . ` clang ` breaks
79
+ with backslashed paths.
80
80
``` cmd
81
81
set swift_source_dir=path-to-directory-containing-all-cloned-repositories
82
82
```
@@ -117,8 +117,8 @@ cmake -G "Ninja"^
117
117
popd
118
118
cmake --build "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/llvm-windows-amd64"
119
119
```
120
- - store the llvm ` bin ` directory in an environment variable so it can be used
121
- to build swift . Assuming you followed the instructions exactly, the path
120
+ - Store the LLVM ` bin ` directory in an environment variable so it can be used
121
+ to build Swift . Assuming you followed the instructions exactly, the path
122
122
below is correct, but it may be different based on your build variant and
123
123
platform, so double check.
124
124
``` cmd
You can’t perform that action at this time.
0 commit comments