lib, openssl: Get rid of openssl.system

We compute it on the fly, careful to avoid any mass rebuilds for now.
This commit is contained in:
John Ericson
2018-01-26 21:22:00 -05:00
committed by John Ericson
parent 16a50f5a07
commit 57b01b1bcf
3 changed files with 22 additions and 36 deletions
@@ -21,7 +21,6 @@ let
crossSystem = {
libc = "msvcrt";
platform = {};
openssl.system = "mingw64";
inherit arch;
config = "${arch}-w64-mingw32";
};