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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user