Skip to content

Commit c7aa067

Browse files
authored
Merge pull request swiftlang#31317 from kateinoigakukun/patch-1
Rename windows-swift to swift-build in WindowsBuild.md
2 parents 3fd6e80 + a97ac3a commit c7aa067

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/WindowsBuild.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you are building a debug version of Swift, you should also install the Python
3434

3535
1. Clone `apple/llvm-project` into a directory for the toolchain
3636
2. Clone `apple/swift-cmark`, `apple/swift`, `apple/swift-corelibs-libdispatch`, `apple/swift-corelibs-foundation`, `apple/swift-corelibs-xctest`, `apple/swift-llbuild`, `apple/swift-package-manager` into the toolchain directory
37-
3. Clone `compnerd/windows-swift` as a peer of the toolchain directory
37+
3. Clone `compnerd/swift-build` as a peer of the toolchain directory
3838

3939
- Currently, other repositories in the Swift project have not been tested and may not be supported.
4040

@@ -55,12 +55,12 @@ git clone https://github.com/apple/swift-corelibs-xctest toolchain/swift-corelib
5555
git clone https://github.com/apple/swift-llbuild toolchain/llbuild
5656
git clone https://github.com/apple/swift-tools-support-core toolchain/swift-tools-support-core
5757
git clone -c core.autocrlf=input https://github.com/apple/swift-package-manager toolchain/swiftpm
58-
git clone https://github.com/compnerd/windows-swift windows-swift
58+
git clone https://github.com/compnerd/swift-build swift-build
5959
```
6060

6161
## Acquire ICU, SQLite3, curl, libxml2 and zlib
6262

63-
Go to [compnerd's windows-swift azure page](https://dev.azure.com/compnerd/swift-build/_build) and open [Pipelines](https://dev.azure.com/compnerd/swift-build/_build) where you'll see bots (hopefully green) for:
63+
Go to [compnerd's swift-build azure page](https://dev.azure.com/compnerd/swift-build/_build) and open [Pipelines](https://dev.azure.com/compnerd/swift-build/_build) where you'll see bots (hopefully green) for:
6464

6565
- [ICU](https://dev.azure.com/compnerd/swift-build/_build?definitionId=9)
6666
- [SQLite](https://dev.azure.com/compnerd/swift-build/_build?definitionId=12&_a=summary)
@@ -108,8 +108,8 @@ Warning: Creating the above links usually requires administrator privileges. The
108108
```cmd
109109
md "S:\b\toolchain"
110110
cmake -B "S:\b\toolchain" -G Ninja -S S:\toolchain\llvm ^
111-
-C S:\windows-swift\cmake\caches\Windows-x86_64.cmake ^
112-
-C S:\windows-swift\cmake\caches\org.compnerd.dt.cmake ^
111+
-C S:\swift-build\cmake\caches\windows-x86_64.cmake ^
112+
-C S:\swift-build\cmake\caches\org.compnerd.dt.cmake ^
113113
-DLLVM_ENABLE_ASSERTIONS=YES ^
114114
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;cmark;swift;lldb;lld" ^
115115
-DLLVM_EXTERNAL_PROJECTS="cmark;swift" ^

0 commit comments

Comments
 (0)