From 2c0ec644ec7cc3e46fa3c254c2f1037a3d418dba Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Thu, 19 Jul 2018 11:09:19 +0100 Subject: [PATCH] Fix SDV release parameter Signed-off-by: Paul Durrant --- build.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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' -- 2.39.5