winebuild: As a last resort, search for tools un-prefixed using clang.
This commit is contained in:
parent
d292c7ec74
commit
f5c00e3870
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ struct strarray find_tool( const char *name, const char * const *names )
|
|||
if (!file && cc_command.count) file = find_clang_tool( cc_command, name );
|
||||
if (!file) file = find_binary( "llvm", name );
|
||||
if (!file) file = find_clang_tool( empty_strarray, strmake( "llvm-%s", name ));
|
||||
if (!file) file = find_clang_tool( empty_strarray, name );
|
||||
|
||||
if (!file) fatal_error( "cannot find the '%s' tool\n", name );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue