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

i meant to push it in configure args, not bootstrap

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