summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 62f2ca12da1..cdb15a3a945 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1837,7 +1837,7 @@ def doConfigure(myenv):
win_version_min = get_option('win-version-min')
else:
# If no minimum version has beeen specified, use our default
- win_version_min = 'vista'
+ win_version_min = 'ws08r2'
env['WIN_VERSION_MIN'] = win_version_min
win_version_min = win_version_min_choices[win_version_min]