ppsspp: fix qmake4Hook build
pass PPSSPPQt.pro which was removed in 34625f6
This commit is contained in:
parent
5609e0daa2
commit
615d818964
@ -22,6 +22,8 @@ stdenv.mkDerivation rec{
|
||||
buildInputs = [ zlib libpng pkgconfig qt4 qmake4Hook ]
|
||||
++ (if withGamepads then [ SDL ] else [ ]);
|
||||
|
||||
qmakeFlags = [ "PPSSPPQt.pro" ];
|
||||
|
||||
preConfigure = "cd Qt";
|
||||
installPhase = "mkdir -p $out/bin && cp ppsspp $out/bin";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user