updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user