rom.sh: Don't build coreboot utils if dry=":"

This fixes a build error when doing ./mk release, after
a regression caused by the last few commits.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-07-10 10:41:31 +01:00
parent 6f7525a5b3
commit dac3d6d06a
+1 -1
View File
@@ -81,7 +81,7 @@ coreboot_pad_one_byte()
mkcorebootbin()
{
fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
$dry fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
for y in "$target_dir/config"/*; do
defconfig="$y"