mingw: support -municode
This commit is contained in:
@@ -532,6 +532,10 @@ const known_options = [_]KnownOpt{
|
||||
.name = "ObjC",
|
||||
.ident = "force_load_objc",
|
||||
},
|
||||
.{
|
||||
.name = "municode",
|
||||
.ident = "mingw_unicode_entry_point",
|
||||
},
|
||||
};
|
||||
|
||||
const blacklisted_options = [_][]const u8{};
|
||||
|
||||
Reference in New Issue
Block a user