diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2020-02-10 11:47:27 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-14 22:52:36 +0000 |
commit | 0bbcf698f317a0272a167bdc34acea0d12136603 (patch) | |
tree | 64448d0fc7df9eec2ecd1ec1e46b46d4ed62e761 /SConstruct | |
parent | 53c9e11517caa166183f259e0f29f87d37243c6e (diff) | |
download | mongo-0bbcf698f317a0272a167bdc34acea0d12136603.tar.gz |
SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for MongoDB 4.4
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct index c2f165b304b..c8217f1479f 100644 --- a/SConstruct +++ b/SConstruct @@ -398,10 +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 = { - 'win8' : ('0602', '0000'), - 'ws2012' : ('0602', '0000'), - 'win81' : ('0603', '0000'), - 'ws2012r2' : ('0603', '0000'), 'win10' : ('0A00', '0000'), 'ws2016' : ('0A00', '1607'), 'ws2019' : ('0A00', '1809') |