Add xy_streql_ic (#242)

* add xy_streql_ic

* fix format

* only target use it
This commit is contained in:
Mikachu2333
2025-08-08 00:01:33 +08:00
committed by GitHub
parent c36be5f59c
commit 695ce1072c
2 changed files with 34 additions and 7 deletions

View File

@@ -402,7 +402,7 @@ iterate_targets_ (const char ***array, size_t size, const char *input, const cha
alias = target[k];
while (NULL!=alias)
{
if (xy_streql (input, alias))
if (xy_streql_ic (input, alias))
{
matched = 1; break;
}