2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 06:06:09 +00:00

libBoo update and windows fixes

This commit is contained in:
Jack Andersen
2015-11-10 10:11:38 -10:00
parent c0d89d3e1e
commit b4725c7d2e
3 changed files with 3 additions and 3 deletions

View File

@@ -382,7 +382,7 @@ static void VisitFile(const ProjectPath& path, bool force, bool fast,
{
ProjectPath cooked = path.getCookedPath(*spec.first);
if (fast)
cooked = cooked.getWithExtension(".fast");
cooked = cooked.getWithExtension(_S(".fast"));
if (force || cooked.getPathType() == ProjectPath::PT_NONE ||
path.getModtime() > cooked.getModtime())
{