diff options
author | ratiotile <eujain@gmail.com> | 2018-11-10 01:49:00 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-10 07:49:00 +0100 |
commit | 95d79ac760ce61f3ab09ace1a84c2eabde89e53c (patch) | |
tree | e994e94f828d1986fc0693de57aabe037b89cb27 /tools/vccenv/vccenv.nim | |
parent | 964b5dac7cbfe04a8d015fe9d6c1020143bc51d2 (diff) | |
download | Nim-95d79ac760ce61f3ab09ace1a84c2eabde89e53c.tar.gz |
add vs2017 support when run from developer command prompt. (#9672)
Diffstat (limited to 'tools/vccenv/vccenv.nim')
-rw-r--r-- | tools/vccenv/vccenv.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/vccenv/vccenv.nim b/tools/vccenv/vccenv.nim index a5af7994e..1f172c7c0 100644 --- a/tools/vccenv/vccenv.nim +++ b/tools/vccenv/vccenv.nim @@ -3,6 +3,7 @@ import strtabs, os, osproc, streams, strutils const comSpecEnvKey = "ComSpec" vsComnToolsEnvKeys = [ + "VS150COMNTOOLS", "VS140COMNTOOLS", "VS130COMNTOOLS", "VS120COMNTOOLS", |