1
0
Fork 1
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:
John Ericson 2019-11-07 19:39:03 -05:00
parent ca782498a9
commit 784c3dc0f9

View file

@ -1,6 +1,6 @@
. @fix_qmake_libtool@
qmakeFlags=( $qmakeFlags )
qmakeFlags=( ${qmakeFlags-} )
qmakePrePhase() {
qmakeFlags=( \