mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
AK: Fix lld-link : error : undefined symbol: __udivti3
on Windows
This commit is contained in:
parent
958ffad706
commit
9d15b3bbb7
Notes:
github-actions[bot]
2024-10-16 18:16:25 +00:00
Author: https://github.com/stasoid 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/9d15b3bbb72 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1806 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 5 additions and 0 deletions
|
@ -70,3 +70,8 @@ if (ENABLE_SWIFT)
|
|||
target_sources(AK PRIVATE AK+Swift.swift)
|
||||
add_swift_target_properties(AK)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
# FIXME: Windows on ARM
|
||||
target_link_libraries(AK PRIVATE clang_rt.builtins-x86_64.lib)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue