Skip to content

Commit 08ad103

Browse files
authored
Merge pull request swiftlang#32346 from apple/compnerd-python-path
Update WindowsBuild.md
2 parents 55e2506 + 8e832b6 commit 08ad103

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/WindowsBuild.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ git clone https://github.com/compnerd/swift-build swift-build
7979
## Acquire ICU, SQLite3, curl, libxml2 and zlib
8080

8181
```
82-
python -m pip install --user msrest azure-devops tabulate
83-
python swift-build\utilities\swift-build.py --build-id ICU --latest-artifacts --filter windows-x64 --download
84-
python swift-build\utilities\swift-build.py --build-id XML2 --latest-artifacts --filter windows-x64 --download
85-
python swift-build\utilities\swift-build.py --build-id CURL --latest-artifacts --filter windows-x64 --download
86-
python swift-build\utilities\swift-build.py --build-id zlib --latest-artifacts --filter windows-x64 --download
87-
python swift-build\utilities\swift-build.py --build-id SQLite --latest-artifacts --filter windows-x64 --download
82+
C:\Python27\python.exe -m pip install --user msrest azure-devops tabulate
83+
C:\Python27\python.exe swift-build\utilities\swift-build.py --build-id ICU --latest-artifacts --filter windows-x64 --download
84+
C:\Python27\python.exe swift-build\utilities\swift-build.py --build-id XML2 --latest-artifacts --filter windows-x64 --download
85+
C:\Python27\python.exe swift-build\utilities\swift-build.py --build-id CURL --latest-artifacts --filter windows-x64 --download
86+
C:\Python27\python.exe swift-build\utilities\swift-build.py --build-id zlib --latest-artifacts --filter windows-x64 --download
87+
C:\Python27\python.exe swift-build\utilities\swift-build.py --build-id SQLite --latest-artifacts --filter windows-x64 --download
8888
```
8989

9090
Extract the zip files, ignoring the top level directory, into `S:/Library`. The directory structure should resemble:

0 commit comments

Comments
 (0)