Skip to content

Commit

Permalink
Userland: Disable Hackstudio and UE on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendiadyoin1 authored and awesomekling committed Jun 30, 2021
1 parent 7a3b057 commit 59eea93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Userland/DevTools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 59eea93

Please sign in to comment.