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
|
cd build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-address-of-packed-member" ]; # Don't litter logs with these warnings
|
||||||
|
|
||||||
qmakeFlags = [
|
qmakeFlags = [
|
||||||
# Default install tries to copy Qt files into package
|
# Default install tries to copy Qt files into package
|
||||||
"CONFIG+=QGC_DISABLE_BUILD_SETUP"
|
"CONFIG+=QGC_DISABLE_BUILD_SETUP"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user