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
7575```
7676
7777- 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.
8080``` cmd
8181set swift_source_dir=path-to-directory-containing-all-cloned-repositories
8282```
@@ -117,8 +117,8 @@ cmake -G "Ninja"^
117117popd
118118cmake --build "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/llvm-windows-amd64"
119119```
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
122122 below is correct, but it may be different based on your build variant and
123123 platform, so double check.
124124``` cmd
You can’t perform that action at this time.
0 commit comments