aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/compile-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r--libbuild2/cc/compile-rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx
index d6adfd3..ac052b1 100644
--- a/libbuild2/cc/compile-rule.cxx
+++ b/libbuild2/cc/compile-rule.cxx
@@ -4558,7 +4558,7 @@ namespace build2
fc = f[fi - 1];
mc = m[mi - 1];
- if (casecmp (fc, mc) == 0)
+ if (icasecmp (fc, mc) == 0)
{
fsep = msep = false;
continue;