Skip to content

Commit b9cbc63

Browse files
committed
docs/WindowsCrossCompile: Remove VS env vars that are no longer used
1 parent 8d73c6d commit b9cbc63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/WindowsCrossCompile.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ host. For more context on the status of Swift on Windows in general, see
66

77
## 1. Setup Visual Studio Environment Variables
88
Building for Windows requires that the Visual Studio environment variables are
9-
setup similar to the values on Windows. The following assumes that
10-
`WINKIT_ROOT` points to the path where the Windows 10 SDK is available and that
11-
`VC_ROOT` points to the path where the Visual Studio VC headers and libraries
12-
are available. Currently, the runtime has been tested to build against the
13-
Windows 10 SDK at revision 10.10.586.
9+
setup similar to the values on Windows. Currently, the runtime has been tested
10+
to build against the Windows 10 SDK at revision 10.10.586.
1411

1512
```bash
1613
# Visual Studio 2015 does not have VCToolsInstallDir, use VCINSTALLDIR's value

0 commit comments

Comments
 (0)