build: fix "make iwyu" not working (#24873)

This commit is contained in:
zeertzjq
2023-08-26 17:20:40 +08:00
committed by GitHub
parent 1635c9e75e
commit 5bb17958c5
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ test: $(TEST)
iwyu: build/.ran-cmake
cmake --preset iwyu
cmake --build --preset iwyu > build/iwyu.log
cmake --build build > build/iwyu.log
iwyu-fix-includes --only_re="src/nvim" --ignore_re="src/nvim/(auto|map.h|eval/encode.c)" --safe_headers < build/iwyu.log
cmake -B build -U ENABLE_IWYU