updated build system
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user