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
commit 7ef425d276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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