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:
committed by
John Ericson
parent
16a50f5a07
commit
57b01b1bcf
@@ -21,7 +21,6 @@ let
|
||||
crossSystem = {
|
||||
libc = "msvcrt";
|
||||
platform = {};
|
||||
openssl.system = "mingw64";
|
||||
inherit arch;
|
||||
config = "${arch}-w64-mingw32";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user