mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Meta: Add the base64 utility to the Lagom build
Useful for profiling.
This commit is contained in:
parent
b7d28ee57d
commit
d6884a5d6f
Notes:
sideshowbarker
2024-07-16 23:52:22 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/d6884a5d6f Pull-request: https://github.com/SerenityOS/serenity/pull/23655
1 changed files with 2 additions and 0 deletions
|
@ -552,6 +552,8 @@ if (BUILD_LAGOM)
|
|||
lagom_utility(adjtime SOURCES ../../Userland/Utilities/adjtime.cpp LIBS LibMain)
|
||||
endif()
|
||||
|
||||
lagom_utility(base64 SOURCES ../../Userland/Utilities/base64.cpp LIBS LibMain)
|
||||
|
||||
# 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue