qgroundcontrol: Fix build
This silences some warnings to not run into "Log limit exceeded" on hydra.
This commit is contained in:
parent
8b07500163
commit
3a8d05747b
|
@ -27,6 +27,8 @@ mkDerivation rec {
|
|||
cd build
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-address-of-packed-member" ]; # Don't litter logs with these warnings
|
||||
|
||||
qmakeFlags = [
|
||||
# Default install tries to copy Qt files into package
|
||||
"CONFIG+=QGC_DISABLE_BUILD_SETUP"
|
||||
|
|
Loading…
Reference in New Issue