Fixed bug resolving native search paths
This commit is contained in:
parent
05fae4d102
commit
d430ad35c4
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ void tpafile::write_native_paths(pal::string_t& output)
|
|||
|
||||
append_path(candidate, entry.library_name.c_str());
|
||||
append_path(candidate, entry.library_version.c_str());
|
||||
append_path(candidate, entry.relative_path.c_str());
|
||||
append_path(candidate, get_directory(entry.relative_path).c_str());
|
||||
|
||||
if (pal::file_exists(candidate))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue