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

i meant to push it in configure args, not bootstrap

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2024-01-21 05:43:11 +00:00
parent b71d4fd016
commit e329b365db
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=\"\""