buildtools: enable header includes check on Windows
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Fri, 1 Oct 2021 16:37:26 +0000 (19:37 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 11 Oct 2021 19:17:21 +0000 (21:17 +0200)
commit19415bceb806ade41ea9e55abca155afc842f540
tree764a25d3d5b6a5c2a92180b9a12d57c7952e00b1
parentd47dd941623c12bebd8a283ec440ac92faf235c0
buildtools: enable header includes check on Windows

Independent header compilation test (chkincs) was disabled on Windows.
The comment stated that the shebang line in the generator script was not
working. Meson 0.57.0, currently recommended for Windows, successfully
parses that line and invokes the script. Remove the OS restriction
as its reason no longer applies.

Fixes: 05050ac4ce99 ("build: add header includes check")

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
buildtools/chkincs/meson.build