libpkgconf: personality: return the default personality if loading a personality file failed
parent
19aa93e371
commit
2adafc2729
|
@ -248,6 +248,6 @@ pkgconf_cross_personality_find(const char *triplet)
|
|||
|
||||
finish:
|
||||
pkgconf_path_free(&plist);
|
||||
return out;
|
||||
return out != NULL ? out : pkgconf_cross_personality_default();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue