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:
parent
e39a8719fd
commit
61c6b9230a
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue