p7zip: Fix darwin build
This commit is contained in:
parent
3e530012d0
commit
ac2625e3b1
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlagsArray=(DEST_HOME=$out)
|
makeFlagsArray=(DEST_HOME=$out)
|
||||||
buildFlags=all3
|
buildFlags=all3
|
||||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
cp makefile.macosx_64bits makefile.machine
|
cp makefile.macosx_llvm_64bits makefile.machine
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user