diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-22 08:31:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-22 08:31:42 +0200 |
commit | f14b5ed02105ac5a936434224cedd6c31164c90c (patch) | |
tree | beb9908a90166bc6952f12d73471bee7f7b9264d /libbuild2/cc/compile-rule.cxx | |
parent | c8d9235115f5c0c3b20bdb0cf59b05761cb3d3de (diff) |
Fix incorrect _LIBCPP_VERSION macro name in comments
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index 5d6c029..ce611d2 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -7761,7 +7761,7 @@ namespace build2 // In Apple Clang this warning/option are absent in 14.0.3 (which // is said to be based on vanilla Clang 15.0.5) for some reason // (let's hope it's because they patched it out rather than due to - // a misleading __LIBCPP_VERSION value). + // a misleading _LIBCPP_VERSION value). // if (ctype == compiler_type::clang && cmaj >= (cvariant != "apple" ? 15 : 16)) |