mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build: fix "make iwyu" not working (#24873)
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user