From 4c7a3c1350687d2913a2e008c2c41deceedcdead Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 28 Sep 2019 18:01:32 +0300 Subject: Adapt to renaming butl::casecmp() to icasecmp() --- libbuild2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/compile-rule.cxx') 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; -- cgit v1.1