updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-08-04 12:42:23 -05:00
parent 468093227d
commit a0432be819
2 changed files with 6 additions and 6 deletions

View File

@ -94,7 +94,8 @@ auto absolute(std::string_view path) -> std::string {
}
#endif // defined(_WIN32)
return abs_path;
return format_path(abs_path, get_directory_seperator<char>(),
get_not_directory_seperator<char>());
}
auto absolute(std::wstring_view path) -> std::wstring {