lib: Switch to w64 vendor for MinGW

It is needed for the `-municode` flag, supposedly.
This commit is contained in:
John Ericson 2019-11-10 20:02:44 -05:00
parent 38ebb8ff82
commit 91718534f1
2 changed files with 5 additions and 2 deletions

View file

@ -208,6 +208,9 @@ rec {
vendors = setTypes types.openVendor {
apple = {};
pc = {};
# Actually matters, unlocking some MinGW-w64-specific options in GCC. See
# bottom of https://sourceforge.net/p/mingw-w64/wiki2/Unicode%20apps/
w64 = {};
none = {};
unknown = {};