grub/target.cfg: move --disable-werror

i meant to put it in configure args, not bootstrap

Signed-off-by: Leah Rowe <info@minifree.org>
audit2-merge1
Leah Rowe 2024-01-21 05:40:56 +00:00
parent e61e376c45
commit 14a2d08c03
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git --disable-werror"
autoconfargs="--with-platform=coreboot"
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
autoconfargs="--with-platform=coreboot --disable-werror"
makeargs="FS_PAYLOAD_MODULES=\"\""