Unverified Commit af865c21 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

zlib: fix cygwin build (#493530)

parents 190bd552 65346a4e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
  static ? true,
  # If true, a separate .static output is created and the .a is moved there.
  # If false, and if `{ static = true; }`, the .a stays in the main output.
  splitStaticOutput ? shared && static && !stdenv.hostPlatform.isWindows,
  splitStaticOutput ?
    shared && static && !(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin),
  testers,
  minizip,
}: