mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Lagom: Build LibELF on arm64
This seems to build fine now on Arm Macs.
This commit is contained in:
parent
f8bdb584f8
commit
b07e9d4c8a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue