Skip to content

Commit 9fa3961

Browse files
AndrewSBNathan Hawes
authored andcommitted
windows/docs: remove 2 hour estimate
This could take much longer, let's not lie
1 parent c31aecb commit 9fa3961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/WindowsBuild.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ set llvm_bin_dir="%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/llvm-windo
126126
```
127127

128128
### 7. Build Swift
129-
- This must be done from within a developer command prompt and could take up to
130-
two hours depending on your system.
129+
- This must be done from within a developer command prompt and could take hours
130+
depending on your system.
131131
- You may need to adjust the `SWIFT_WINDOWS_LIB_DIRECTORY` parameter depending on
132132
your target platform or Windows SDK version.
133133
```cmd
@@ -173,8 +173,8 @@ cmake -G "Visual Studio 15" "%swift_source_dir%/swift"^
173173
```
174174

175175
### 8. Build lldb
176-
- This must be done from within a developer command prompt and could take up to
177-
two hours depending on your system.
176+
- This must be done from within a developer command prompt and could take hours
177+
depending on your system.
178178
```cmd
179179
mkdir "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/lldb-windows-amd64"
180180
pushd "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/lldb-windows-amd64"

0 commit comments

Comments
 (0)