From: Paul Durrant Date: Thu, 19 Jul 2018 10:09:19 +0000 (+0100) Subject: Fix SDV release parameter X-Git-Tag: 9.0.0-rc1~14 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2c0ec644ec7cc3e46fa3c254c2f1037a3d418dba;p=pvdrivers%2Fwin%2Fxencons.git Fix SDV release parameter Signed-off-by: Paul Durrant --- diff --git a/build.py b/build.py index b72a43a..5e0d03b 100644 --- a/build.py +++ b/build.py @@ -255,9 +255,8 @@ def remove_timestamps(path): src.close() def run_sdv(name, dir, vs): - release = { 'vs2012':'Windows 8', - 'vs2013':'Windows 8', - 'vs2015':'Windows 10' } + release = { 'vs2015':'Windows 10', + 'vs2017':'Windows 10' } configuration = get_configuration(release[vs], False) platform = 'x64'