mingw-w64: Add enable-idl / enable-secure-api flags

This commit is contained in:
Remy Goldschmidt 2018-03-19 16:45:37 -04:00 committed by John Ericson
parent 65e24f22e6
commit aec57cfabe

View file

@ -8,4 +8,9 @@ rec {
url = "mirror://sourceforge/mingw-w64/mingw-w64-v${version}.tar.bz2";
sha256 = "0p01vm5kx1ixc08402z94g1alip4vx66gjpvyi9maqyqn2a76h0c";
};
configureFlags = [
"--enable-idl"
"--enable-secure-api"
];
}