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 @@ -126,8 +126,8 @@ set llvm_bin_dir="%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/llvm-windo
126
126
```
127
127
128
128
### 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.
131
131
- You may need to adjust the ` SWIFT_WINDOWS_LIB_DIRECTORY ` parameter depending on
132
132
your target platform or Windows SDK version.
133
133
``` cmd
@@ -173,8 +173,8 @@ cmake -G "Visual Studio 15" "%swift_source_dir%/swift"^
173
173
```
174
174
175
175
### 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.
178
178
``` cmd
179
179
mkdir "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/lldb-windows-amd64"
180
180
pushd "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/lldb-windows-amd64"
You can’t perform that action at this time.
0 commit comments