zlib: fix cygwin build

Cygwin currently uses the same makefile as Windows, so it needs the same
workaround.
This commit is contained in:
David McFarland
2026-02-23 22:36:31 -04:00
parent 658031ebb1
commit 65346a4e79
+2 -1
View File
@@ -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,
}: