mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user