diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-16 08:22:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-16 08:22:48 +0200 |
commit | e85f2d4e36ec56229b82f617fb8b9717927347ca (patch) | |
tree | 95bb2c44c67715acd66af6a743a9b1e1a85f219f /etc/environments/default-msvc.bat | |
parent | a4c0078cabe614c9ae1b99d67b67ec55413d8199 (diff) |
Tweak bootstrap/environments batch files for Clang and MSVC
Diffstat (limited to 'etc/environments/default-msvc.bat')
-rw-r--r-- | etc/environments/default-msvc.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/environments/default-msvc.bat b/etc/environments/default-msvc.bat index 381dc73..86f4f76 100644 --- a/etc/environments/default-msvc.bat +++ b/etc/environments/default-msvc.bat @@ -13,6 +13,8 @@ rem the MSVC command prompt rather than letting build2 find the default. rem rem Note also that MSVC_VER must always be set. +set "MSVC=" + rem set "MSVC=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community" rem set "MSVC_VER=14.1" |