diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:43:11 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:43:11 +0000 |
commit | e329b365db03cf77a5f0e3650aebb17e0c68e944 (patch) | |
tree | 622ea19b95584fb96864854aaf561d0f733afef3 /config | |
parent | b71d4fd0165d7db9ad595fa8a806add68ba514d5 (diff) |
grub/target.cfg: move --disable-werror
i meant to push it in configure args, not bootstrap
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/grub/target.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/grub/target.cfg b/config/grub/target.cfg index af23ce6c..2aaeb559 100644 --- a/config/grub/target.cfg +++ b/config/grub/target.cfg @@ -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=\"\"" |