Skip to content

Commit dec23a4

Browse files
authored
Merge pull request #22542 from apple/the-neverending-saga
2 parents 07a4c22 + 0ac605f commit dec23a4

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
@@ -142,14 +142,13 @@ cmake --build "S:\b\llvm"
142142
- Update your path to include the LLVM tools.
143143

144144
```cmd
145-
PATH S:\b\llvm\bin;%PATH%
145+
path S:\b\llvm\bin;%PATH%
146146
```
147147

148148
### 7. Build Swift
149-
- This must be done from within a developer command prompt and could take hours
150-
depending on your system.
151-
- You may need to adjust the `SWIFT_WINDOWS_LIB_DIRECTORY` parameter depending on
152-
your target platform or Windows SDK version.
149+
- This must be done from within a developer command prompt
150+
- Note that Visual Studio vends a 32-bit python 2.7 installation in `C:\Python27` and a 64-bit python in `C:\Python27amd64`. You may use either one based on your installation.
151+
153152
```cmd
154153
mkdir "S:\b\swift"
155154
pushd "S:\b\swift"
@@ -268,6 +267,7 @@ cmake -G Ninja^
268267
-DFOUNDATION_PATH_TO_LIBDISPATCH_SOURCE=S:\swift-corelibs-libdispatch^
269268
-DFOUNDATION_PATH_TO_LIBDISPATCH_BUILD=S:\b\libdispatch^
270269
S:\swift-corelibs-foundation
270+
popd
271271
cmake --build S:\b\foundation
272272
273273
```

0 commit comments

Comments
 (0)