You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/WindowsBuild.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -142,14 +142,13 @@ cmake --build "S:\b\llvm"
142
142
- Update your path to include the LLVM tools.
143
143
144
144
```cmd
145
-
PATH S:\b\llvm\bin;%PATH%
145
+
path S:\b\llvm\bin;%PATH%
146
146
```
147
147
148
148
### 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.
0 commit comments