mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
CMake: Fix linker issues on Windows
Co-authored-by: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
parent
57f82c029c
commit
c5219b0193
Notes:
github-actions[bot]
2024-10-20 00:15:48 +00:00
Author: https://github.com/stasoid
Commit: c5219b0193
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1832
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
#
|
||||
|
||||
if (NOT APPLE AND NOT ANDROID AND NOT LAGOM_USE_LINKER)
|
||||
if (NOT APPLE AND NOT 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