aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/link-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/link-rule.cxx')
-rw-r--r--libbuild2/cc/link-rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx
index 14e5b94..fb7588b 100644
--- a/libbuild2/cc/link-rule.cxx
+++ b/libbuild2/cc/link-rule.cxx
@@ -1762,7 +1762,7 @@ namespace build2
if ((c
? f.compare (p, string::npos, e)
- : casecmp (f.c_str () + p, e)) != 0)
+ : icasecmp (f.c_str () + p, e)) != 0)
return;
}