[win32] fix openssl
This commit is contained in:
parent
0256080d11
commit
8b393304b1
@ -92,7 +92,7 @@ let
|
|||||||
rm "$out/lib/"*.a
|
rm "$out/lib/"*.a
|
||||||
fi
|
fi
|
||||||
|
|
||||||
'' +
|
'' + stdenv.lib.optionalString (!stdenv.targetPlatform.isWindows)
|
||||||
''
|
''
|
||||||
mkdir -p $bin
|
mkdir -p $bin
|
||||||
substituteInPlace $out/bin/c_rehash --replace ${buildPackages.perl} ${perl}
|
substituteInPlace $out/bin/c_rehash --replace ${buildPackages.perl} ${perl}
|
||||||
|
Loading…
Reference in New Issue
Block a user