mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Fix lld-link : error : undefined symbol: __udivti3 on Windows
This commit is contained in:
@@ -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