commit | 2e5af30ce0181b6652fb6f3a90d2292b065dee8d | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Fri Oct 28 20:05:13 2022 -0400 |
committer | Brad King <brad.king@kitware.com> | Sun Oct 30 08:29:55 2022 -0400 |
tree | ba16e19f6925460023b68ce97d6949684b083067 | |
parent | e1c16791481f1741d65cb98878d8171307422513 [diff] |
Ninja: Match showIncludes dependencies using console output code page Generalize the fix from commit 37a279f8d1 (Ninja: Write msvc_deps_prefix as UTF-8 when console codepage is UTF-8, 2020-07-31, v3.19.0-rc1~349^2). `cl /showIncludes` output is encoded using the console output code page, so this is the byte sequence that Ninja must use to match its lines. Fixes: #24068