From: Paul Durrant Date: Thu, 19 Jul 2018 09:33:35 +0000 (+0100) Subject: Fix SDV release parameter X-Git-Tag: 9.0.0-rc1~10 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e52d2c02b0cff27d22f9422e3dd1788668963f9d;p=pvdrivers%2Fwin%2Fxennet.git Fix SDV release parameter Signed-off-by: Paul Durrant --- diff --git a/build.py b/build.py index 6defd32..290c022 100755 --- 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'