summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2020-02-10 11:47:27 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-10 19:31:00 +0000
commit3ec37826afdf559ee038b83db7a3da9757bdf366 (patch)
tree5f5b96bae1e8e80bceed6903fea6f0ff657ef663 /SConstruct
parent32770d4dcb8317dc7c4f03fe120fc5682821d137 (diff)
downloadmongo-3ec37826afdf559ee038b83db7a3da9757bdf366.tar.gz
SERVER-44736 Raise Windows minimum to 8
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 3cce8fed7ae..927d2289d01 100644
--- a/SConstruct
+++ b/SConstruct
@@ -398,8 +398,6 @@ add_option('osx-version-min',
# https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=vs-2017
# https://docs.microsoft.com/en-us/windows-server/get-started/windows-server-release-info
win_version_min_choices = {
- 'win7' : ('0601', '0000'),
- 'ws08r2' : ('0601', '0000'),
'win8' : ('0602', '0000'),
'ws2012' : ('0602', '0000'),
'win81' : ('0603', '0000'),