mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
Meta: Fix linker issue when compiling for Android
This commit is contained in:
parent
f26a898ffc
commit
d6ea941208
Notes:
github-actions[bot]
2025-07-10 21:46:03 +00:00
Author: https://github.com/Olekoop
Commit: d6ea941208
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5053
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
#
|
||||
|
||||
if (NOT APPLE AND NOT ANDROID AND NOT WIN32 AND NOT LAGOM_USE_LINKER)
|
||||
if (NOT APPLE AND NOT ANDROID AND NOT VCPKG_TARGET_ANDROID AND NOT WIN32 AND NOT LAGOM_USE_LINKER)
|
||||
find_program(LLD_LINKER NAMES "ld.lld")
|
||||
if (LLD_LINKER)
|
||||
message(STATUS "Using LLD to link Lagom.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue