summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2023-02-24 23:35:31 -0500
committerLinus Groh <mail@linusgroh.de>2023-02-25 15:00:23 +0100
commitb07e9d4c8a754aa4073590a1d50b7d0fa44654df (patch)
tree0c1d52b3632830c6a2cebdf1961d7ea9f6bac8d6 /Meta
parentf8bdb584f8552f553c106fc7b32d5129913d8cd0 (diff)
downloadserenity-b07e9d4c8a754aa4073590a1d50b7d0fa44654df.zip
Lagom: Build LibELF on arm64
This seems to build fine now on Arm Macs.
Diffstat (limited to 'Meta')
-rw-r--r--Meta/Lagom/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt
index 09410c96c9..b4aba13ebb 100644
--- a/Meta/Lagom/CMakeLists.txt
+++ b/Meta/Lagom/CMakeLists.txt
@@ -427,9 +427,7 @@ if (BUILD_LAGOM)
unset(GENERATED_SOURCES)
endif()
- # FIXME: Excluding arm64 is a temporary hack to circumvent a build problem
- # for Lagom on Apple M1
- if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64" AND NOT EMSCRIPTEN)
+ if (NOT EMSCRIPTEN)
# FIXME: Create a LIBELF_SOURCES macro similar to AK
file(GLOB LIBELF_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibELF/*.cpp")
# There's no way we can reliably make the dynamic loading classes cross platform