From 9a74261b18ffc9ecaf6416110df56a51f6d1d3e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Dec 2017 17:09:49 +0200 Subject: Fix Clang on Windows C runtime library linking logic --- build2/utility.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/utility.hxx') diff --git a/build2/utility.hxx b/build2/utility.hxx index 8ba4fe1..77c46a8 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -401,7 +401,7 @@ namespace build2 bool find_option (const char* option, const cstrings&, bool ignore_case = false); - // As above but look for several options. + // As above but look for several options returning true if any is present. // template bool -- cgit v1.1