mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 01:27:31 +00:00
Userland: Disable Hackstudio and UE on x86_64
This commit is contained in:
committed by
Andreas Kling
parent
7a3b057a20
commit
59eea93d2a
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user