Merge remote-tracking branch 'marsam/fix-xcbuild-build'

This commit is contained in:
Matthew Bauer 2019-08-07 17:29:50 -04:00
commit 514af58478

View File

@ -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;