opencsg: fix build
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = ''
|
||||
rm example/Makefile src/Makefile
|
||||
qmakeFlags="$qmakeFlags INSTALLDIR=$out"
|
||||
qmakeFlags=("''${qmakeFlags[@]}" "INSTALLDIR=$out")
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user