diff --git a/src/compatibility/ConfigFileConf.cpp b/src/compatibility/ConfigFileConf.cpp index 22f61f5..f17d53b 100644 --- a/src/compatibility/ConfigFileConf.cpp +++ b/src/compatibility/ConfigFileConf.cpp @@ -188,7 +188,7 @@ void ConfigFileConf::CreateXMLFile(const std::string& filepath) configuration.AddXMLObject({"dependency",{},*it}); makegen.AddXMLObject(configuration); - std::ofstream xmlFile("makegen.xml"); + std::ofstream xmlFile(conf.configPath + "makegen.xml"); xmlFile << makegen; } }