mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
mkbootimg: Fix build with compiler updates
This commit is contained in:
parent
3dacbdeb26
commit
1e21263c7e
@ -29,5 +29,9 @@ stdenv.mkDerivation {
|
||||
chmod +x $out/bin/*
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-error=address-of-packed-member"
|
||||
];
|
||||
|
||||
# TODO meta url : https://source.codeaurora.org/quic/kernel/skales/plain/dtbTool
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user