Skip to content

Commit

Permalink
[build] Fix and extend build scripting
Browse files Browse the repository at this point in the history
Addendum to da96c89 and 74f5391.

1. Removed packaging folder from root\buildAll.bat per PR virtio-win#1209.

Signed-off-by: benyamin-codez <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 18, 2024
1 parent 74f5391 commit a92c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if errorlevel 1 goto :fail
call :prepare_palette

path %path%;C:\Program Files (x86)\Windows Kits\10\bin\x86\
for %%D in (pciserial fwcfg Q35 packaging) do @(
for %%D in (pciserial fwcfg Q35) do @(
echo.
call :_color_echo %_c_Cyn% "Building : %%D"
pushd %%D
Expand Down

0 comments on commit a92c45c

Please sign in to comment.