rom.sh: don't run add_cbfs_option on dry builds

i added this in an earlier version of the patch, but
for some reason removed it.

this is necessary, or the build system will fail.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-06 07:44:38 +01:00
parent 7d597bc4a1
commit afccecbde0
+1
View File
@@ -236,6 +236,7 @@ mkcorebootbin_real()
fi fi
if [ -f "$cbfscfg" ]; then if [ -f "$cbfscfg" ]; then
$if_not_dry_build \
dx_ add_cbfs_option "$cbfscfg" dx_ add_cbfs_option "$cbfscfg"
fi fi