zlib: skip configure in windows
configure spits out an error when running on windows
This commit is contained in:
parent
a5de0ca963
commit
845a364564
@ -82,4 +82,6 @@ stdenv.mkDerivation (rec {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export CHOST=${stdenv.hostPlatform.config}
|
export CHOST=${stdenv.hostPlatform.config}
|
||||||
'';
|
'';
|
||||||
|
} // stdenv.lib.optionalAttrs (stdenv.hostPlatform.libc == "msvcrt") {
|
||||||
|
configurePhase = ":";
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user