Skip to content

Commit

Permalink
DevTools: Remove i686 support
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputer7 authored and awesomekling committed Dec 28, 2022
1 parent cae736b commit c191daa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Userland/DevTools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ add_subdirectory(Inspector)
add_subdirectory(Profiler)
add_subdirectory(HackStudio)
add_subdirectory(SQLStudio)

if("${SERENITY_ARCH}" STREQUAL "i686")
add_subdirectory(UserspaceEmulator)
endif()

0 comments on commit c191daa

Please sign in to comment.