opencollada: include pcre.h (KhronosGroup/OpenCOLLADA#570)
This commit is contained in:
@@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patchPhase = lib.optionalString stdenv.isDarwin ''
|
||||
patchPhase = ''
|
||||
patch -p1 < ${./pcre.patch}
|
||||
'' + lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp \
|
||||
--replace math.h cmath
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user