Unverified Commit 6dddf7e4 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

nix: fix cygwin build (#467538)

parents 132269c4 41e8c089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ let
      +
        lib.optionalString
          (
            !stdenv.hostPlatform.isWindows
            !(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin)
            # build failure
            && !stdenv.hostPlatform.isStatic
            # LTO breaks exception handling on x86-64-darwin.
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ let

  cygwinCommon = {
    hello = nativePlatforms;
    nixVersions.git = nativePlatforms;
  };

  wasiCommon = {