mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
Lagom: Build LibELF on arm64
This seems to build fine now on Arm Macs.
This commit is contained in:
parent
f8bdb584f8
commit
b07e9d4c8a
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/b07e9d4c8a Pull-request: https://github.com/SerenityOS/serenity/pull/17610 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/timschumi
@ -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…
Reference in New Issue
Block a user