DevTools: Remove i686 support
This commit is contained in:
parent
cae736b5fa
commit
c191daa337
Notes:
sideshowbarker
2024-07-17 08:13:43 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/c191daa337 Pull-request: https://github.com/SerenityOS/serenity/pull/15467 Issue: https://github.com/SerenityOS/serenity/issues/15444 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/fuel-pcbox
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue