add vs2017 support when run from developer command prompt. (#9672)

This commit is contained in:
ratiotile
2018-11-10 01:49:00 -05:00
committed by Andreas Rumpf
parent 964b5dac7c
commit 95d79ac760

View File

@@ -3,6 +3,7 @@ import strtabs, os, osproc, streams, strutils
const
comSpecEnvKey = "ComSpec"
vsComnToolsEnvKeys = [
"VS150COMNTOOLS",
"VS140COMNTOOLS",
"VS130COMNTOOLS",
"VS120COMNTOOLS",