mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +00:00
CMake: Don't build Userland and Tests in aarch64 builds for now
This commit is contained in:
parent
a900792921
commit
57f95bd724
1 changed files with 4 additions and 2 deletions
|
@ -338,8 +338,10 @@ serenity_component(
|
|||
|
||||
add_subdirectory(AK)
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(Userland)
|
||||
add_subdirectory(Tests)
|
||||
if(NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
|
||||
add_subdirectory(Userland)
|
||||
add_subdirectory(Tests)
|
||||
endif()
|
||||
|
||||
export_components("${CMAKE_BINARY_DIR}/components.ini")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue