Unverified Commit 66f82323 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

mpfr: fix cygwin build (#476290)

parents 39d6d9a0 d58a46a4
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;