1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 03:55:23 +03:00

lvgui: don't treat warnings as errors (#729)

This commit is contained in:
Chuang Zhu 2024-07-18 05:04:39 +08:00 committed by GitHub
parent 31704f8a55
commit 472073a517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,4 +133,7 @@ in
;
enableParallelBuilding = true;
# https://github.com/mobile-nixos/lvgui/issues/23
env.NIX_CFLAGS_COMPILE = "-Wno-error";
}