Commit e5d9d3f8a1
Changed files (1)
src/Compilation.zig
@@ -5625,6 +5625,10 @@ pub fn addCCArgs(
},
}
+ if (comp.mingw_unicode_entry_point) {
+ try argv.append("-municode");
+ }
+
if (target.cpu.arch.isThumb()) {
try argv.append("-mthumb");
}