]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Fix SDV release parameter
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 18 Jul 2018 14:23:21 +0000 (15:23 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 18 Jul 2018 14:23:21 +0000 (15:23 +0100)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
build.py

index b387e812da14188e23bff9e63c91344772cdb545..dba98131fba99d5495a1db46e3ef4a360a890b91 100755 (executable)
--- 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 8',
+                'vs2017':'Windows 10' }
 
     configuration = get_configuration(release[vs], False)
     platform = 'x64'