mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
AK: Fix lld-link : error : undefined symbol: __udivti3 on Windows
This commit is contained in:
parent
958ffad706
commit
9d15b3bbb7
|
|
@ -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 New Issue
Block a user