util/add-depends.pl: Adapt to localized /showIncludes output
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Apr 2021 07:28:12 +0000 (09:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 28 Apr 2021 19:35:26 +0000 (21:35 +0200)
commit3babc1e468c9a5cfb30582a3ea1d55c1ec776361
tree897c3172d7f58ba2f7590e6f627e49f29fadfd4d
parent2e535eb50aa9c6b73c796f668e1aef8bc17f14c4
util/add-depends.pl: Adapt to localized /showIncludes output

It was discovered that MSVC has localized /showIncludes output.
Fortunately, it still seems to follow the same generic format, so we
can adapt the regular expression to make it language agnostic.

Fixes #14994

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/15006)
util/add-depends.pl