parent
abcbfe5369
commit
d6e6ddd636
|
|
@ -154,11 +154,8 @@ PlatformDarwin::ResolveExecutable (const FileSpec &exe_file,
|
||||||
error.Clear();
|
error.Clear();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (!resolved_exe_file.ResolveExecutableLocation())
|
exe_file.GetPath (exe_path, sizeof(exe_path));
|
||||||
{
|
error.SetErrorStringWithFormat ("unable to find executable for '%s'", exe_path);
|
||||||
exe_file.GetPath (exe_path, sizeof(exe_path));
|
|
||||||
error.SetErrorStringWithFormat ("unable to find executable for '%s'", exe_path);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue