[build] fix conversion

This commit is contained in:
Timothy Stack 2020-11-01 06:23:57 -08:00
parent 5c73ce0a85
commit 78d5954fd7
1 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@ void file_collection::expand_filename(future_queue<file_collection> &fq,
}
continue;
} else {
auto p = REALPATH_CACHE.emplace(path_str, abspath);
auto p = REALPATH_CACHE.emplace(path_str, abspath.in());
iter = p.first;
}