mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
efivar: fix build with gcc10
This commit is contained in:
parent
731f5fbcc0
commit
53a85c08ad
@ -16,6 +16,10 @@ make_host() {
|
||||
make -C src/ include/efivar/efivar-guids.h
|
||||
}
|
||||
|
||||
pre_make_target() {
|
||||
sed -e 's/-Werror//' -i gcc.specs
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make -C src/ libefivar.a libefiboot.a efivar.h efivar
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user