mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
AK: Fix lld-link : error : undefined symbol: __udivti3 on Windows
This commit is contained in:
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 ✅
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user