misc: fixes to make it build

This commit is contained in:
im-tem
2025-08-15 12:13:26 +03:00
parent cbf3a5949a
commit 73ba6af125
4 changed files with 5 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ static inline std::string working_directory_from_file_set(const std::string& pat
std::filesystem::path filePath = path;
std::filesystem::path parentPath = filePath.parent_path();
std::filesystem::current_path(parentPath);
return parentPath;
return parentPath.string();
};
static inline std::string path_extension_change(const std::string& path, const std::string& extension)