[win32] fix openssl
This commit is contained in:
parent
0256080d11
commit
8b393304b1
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue