Fixed bug resolving native search paths

This commit is contained in:
David Fowler 2015-11-01 01:25:10 -07:00
parent 05fae4d102
commit d430ad35c4

View file

@ -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))
{