Skip to content

Commit 55dc35a

Browse files
benyamin-codezYanVugenfirer
authored andcommitted
[build] Fix for improper SDV Target parameter
1. Fixes regressions introduced in PR #1240 (4502ac3) and PR #1241 (510167a). My bad... 8^d Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com>
1 parent 6171381 commit 55dc35a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NetKVM/buildAll.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ if "%VIRTIO_WIN_NO_ARM%"=="" call ..\build\build.bat netkvm-vs2015.sln "Win10 Wi
33
if errorlevel 1 goto :eof
44
call ..\build\build.bat netkvm-vs2015.sln "Win10 Win11" %*
55
if errorlevel 1 goto :eof
6-
call ..\build\build.bat NetKVM-VS2015.vcxproj "Win10_SDV" "Win11_SDV" %*
6+
call ..\build\build.bat NetKVM-VS2015.vcxproj "Win10_SDV Win11_SDV" %*

viostor/buildAll.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ if "%VIRTIO_WIN_NO_ARM%"=="" call ..\build\build.bat viostor.sln "Win10 Win11" A
33
if errorlevel 1 goto :eof
44
call ..\build\build.bat viostor.sln "Win10 Win11" %*
55
if errorlevel 1 goto :eof
6-
call ..\build\build.bat viostor.vcxproj "Win10_SDV" "Win11_SDV" %*
6+
call ..\build\build.bat viostor.vcxproj "Win10_SDV Win11_SDV" %*

0 commit comments

Comments
 (0)