mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:44:56 +00:00
Windows refactors
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
LogModule.report(LogVisor::FatalError, "hecl extract must be ran within a project directory");
|
||||
|
||||
size_t ErrorRef = LogVisor::ErrorCount;
|
||||
HECL::SystemString rootDir = info.cwd + '/' + baseFile;
|
||||
HECL::SystemString rootDir = info.cwd + _S('/') + baseFile;
|
||||
HECL::ProjectRootPath newProjRoot(rootDir);
|
||||
newProjRoot.makeDir();
|
||||
m_fallbackProj.reset(new HECL::Database::Project(newProjRoot));
|
||||
|
||||
Reference in New Issue
Block a user