Merge pull request #115603 from mroi/patch-mcfgthreads
mcfgthreads: enable cross-compiling on Darwin
This commit is contained in:
commit
7ef425d276
@ -18,6 +18,10 @@ stdenv.mkDerivation {
|
|||||||
rm -r "$sourceRoot/debug" "$sourceRoot/release"
|
rm -r "$sourceRoot/debug" "$sourceRoot/release"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile.am --replace '-Werror' ''
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user