This commit is contained in:
Till Wübbers
2025-03-09 20:42:37 +01:00
parent 96a122f932
commit aaf397fef6
5 changed files with 58 additions and 12 deletions

View File

@@ -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);