2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Cook path directory creation

This commit is contained in:
Jack Andersen
2016-03-31 08:56:19 -10:00
parent 8e6ec6ecac
commit 6638463198
4 changed files with 29 additions and 4 deletions

View File

@@ -108,6 +108,7 @@ bool ClientProcess::syncCook(const hecl::ProjectPath& path, Database::IDataSpec*
if (specEnt)
{
hecl::ProjectPath cooked = path.getCookedPath(*specEnt);
cooked.makeDirChain(false);
spec->doCook(path, cooked, false, btok, [](const SystemChar*) {});
return true;
}