Merge pull request #115603 from mroi/patch-mcfgthreads

mcfgthreads: enable cross-compiling on Darwin
This commit is contained in:
John Ericson
2021-03-11 17:23:29 -05:00
committed by GitHub

View File

@@ -18,6 +18,10 @@ stdenv.mkDerivation {
rm -r "$sourceRoot/debug" "$sourceRoot/release"
'';
postPatch = ''
substituteInPlace Makefile.am --replace '-Werror' ''
'';
nativeBuildInputs = [
autoreconfHook
];