Commit d58a46a4 authored by David McFarland's avatar David McFarland
Browse files

mpfr: fix cygwin build

parent be8c8ea7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@ stdenv.mkDerivation rec {
      # Without this, the `tget_set_d128` test experiences a link
      # error due to missing `__dpd_trunctdkf`.
      "--disable-decimal-float"
    ];
    ]
    ++ lib.optional stdenv.hostPlatform.isPE "LDFLAGS=-Wl,-no-undefined";

  doCheck = true; # not cross;