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