[win32] fix openssl

This commit is contained in:
Moritz Angermann 2019-09-02 10:58:10 +08:00
parent 0256080d11
commit 8b393304b1
No known key found for this signature in database
GPG key ID: A98C646D142C675F

View file

@ -92,7 +92,7 @@ let
rm "$out/lib/"*.a
fi
'' +
'' + stdenv.lib.optionalString (!stdenv.targetPlatform.isWindows)
''
mkdir -p $bin
substituteInPlace $out/bin/c_rehash --replace ${buildPackages.perl} ${perl}