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

index eb88e94b853560ac53e88aca353130d1774e5bb6..9e16d5fc94d81b1fdbe3d2374e7ae0341872ba37 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -256,7 +256,7 @@ def remove_timestamps(path):
 def run_sdv(name, dir, vs):
     release = { 'vs2012':'Windows 8',
                 'vs2013':'Windows 8',
-                'vs2015':'Windows 10' }
+                'vs2017':'Windows 10' }
 
     configuration = get_configuration(release[vs], False)
     platform = 'x64'