Merge remote-tracking branch 'marsam/fix-xcbuild-build'
This commit is contained in:
commit
514af58478
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ in stdenv.mkDerivation rec {
|
|||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
# Apple Open Sourced LZFSE, but not libcompression, and it isn't
|
||||
# part of an impure framework we can add
|
||||
sed '/#define HAVE_LIBCOMPRESSION 1/d' \
|
||||
-i Libraries/libcar/Sources/Rendition.cpp
|
||||
substituteInPlace Libraries/libcar/Sources/Rendition.cpp \
|
||||
--replace "#if HAVE_LIBCOMPRESSION" "#if 0"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue