Meta: Add the check-style target unconditionally

Python3 is guaranteed to be available as we require it to run some
generators.
This commit is contained in:
Undefine 2026-03-29 17:44:56 +02:00 committed by Andrew Kaster
parent e39a8719fd
commit 61c6b9230a

View file

@ -172,9 +172,7 @@ add_custom_target(lint-shell-scripts
USES_TERMINAL
)
if (Python3_FOUND)
add_custom_target(check-style
COMMAND ${Python3_EXECUTABLE} "${ladybird_SOURCE_DIR}/Meta/check-style.py"
USES_TERMINAL
)
endif()
add_custom_target(check-style
COMMAND ${Python3_EXECUTABLE} "${ladybird_SOURCE_DIR}/Meta/check-style.py"
USES_TERMINAL
)