diff options
Diffstat (limited to 'Meta/CMake/Superbuild/CMakeLists.txt')
-rw-r--r-- | Meta/CMake/Superbuild/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/Superbuild/CMakeLists.txt b/Meta/CMake/Superbuild/CMakeLists.txt index cf774748fb..b9b866ef9f 100644 --- a/Meta/CMake/Superbuild/CMakeLists.txt +++ b/Meta/CMake/Superbuild/CMakeLists.txt @@ -32,7 +32,7 @@ get_filename_component( SERENITY_SOURCE_DIR "${PROJECT_SOURCE_DIR}/../../.." ABSOLUTE CACHE ) -set(SERENITY_ARCH "i686" CACHE STRING "Target architecture for SerenityOS.") +set(SERENITY_ARCH "x86_64" CACHE STRING "Target architecture for SerenityOS.") set(SERENITY_TOOLCHAIN "GNU" CACHE STRING "Compiler toolchain to use for Serenity (GNU or Clang)") # FIXME: It is preferred to keep all the sub-build artifacts below the binary directory for the superbuild |