libffi: disable doCheck on darwin until we fix dejagnu build
This commit is contained in:
parent
90575ababb
commit
e12c5deabe
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
|
configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !stdenv.isDarwin; # until we solve dejagnu problems on darwin
|
||||||
|
|
||||||
dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.
|
dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user