mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:37:35 +00:00
Userland: Disable Hackstudio and UE on x86_64
This commit is contained in:
parent
7a3b057a20
commit
59eea93d2a
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
add_subdirectory(HackStudio)
|
||||
add_subdirectory(Inspector)
|
||||
add_subdirectory(Playground)
|
||||
add_subdirectory(Profiler)
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
|
||||
if("${SERENITY_ARCH}" STREQUAL "i686")
|
||||
add_subdirectory(HackStudio)
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue