]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commitdiff
Fix SDV release parameter
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 19 Jul 2018 10:09:19 +0000 (11:09 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 19 Jul 2018 10:09:19 +0000 (11:09 +0100)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
build.py

index b72a43a98592aa72d40705a12fc61a5571ae5840..5e0d03b0da311bbe9605a4d649d49d2fc610daf8 100644 (file)
--- 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'