wip
This commit is contained in:
@@ -72,7 +72,6 @@ void DefinitionFile::GenerateCpp(const bx::FilePath& outDir)
|
||||
bx::Error error;
|
||||
bx::FileWriter writer;
|
||||
bx::FilePath writePath = outDir;
|
||||
|
||||
std::filesystem::create_directory(outDir.getCPtr());
|
||||
writePath.join("Generated.h");
|
||||
writer.open(writePath, false, &error);
|
||||
|
||||
Reference in New Issue
Block a user