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