mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Windows build fixes
This commit is contained in:
@@ -85,7 +85,7 @@ int main(int argc, const hecl::SystemChar** argv)
|
||||
else
|
||||
c.addDefine(defineU8, "");
|
||||
} else {
|
||||
Log.report(logvisor::Error, fmt("Unrecognized flag option '{:c}'"), argv[i][1]);
|
||||
Log.report(logvisor::Error, fmt(_SYS_STR("Unrecognized flag option '{:c}'")), argv[i][1]);
|
||||
return 1;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user