updated build system

This commit is contained in:
2024-10-10 08:30:53 -05:00
parent 9aafb62961
commit 9c01d51334
3 changed files with 13 additions and 10 deletions

View File

@ -72,7 +72,7 @@ auto absolute(std::string_view path) -> std::string {
return abs_path;
}
abs_path = finalize(resolve(abs_path));
abs_path = resolve(finalize(abs_path));
#if defined(_WIN32)
if (not utils::string::contains(abs_path, dot)) {
return abs_path;