mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
qt5 qmake setup hook: qmakeFlags
may be undefined
This commit is contained in:
parent
ca782498a9
commit
784c3dc0f9
|
@ -1,6 +1,6 @@
|
|||
. @fix_qmake_libtool@
|
||||
|
||||
qmakeFlags=( $qmakeFlags )
|
||||
qmakeFlags=( ${qmakeFlags-} )
|
||||
|
||||
qmakePrePhase() {
|
||||
qmakeFlags=( \
|
||||
|
|
Loading…
Reference in a new issue