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

index 97765b5703fcb6ce9a5f4640893273c7b9960a30..da70499ec3ae1002a9f88ad46e74f29620f14d51 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -254,9 +254,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'