mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
Utilities/dns: Enable on Windows
This commit is contained in:
parent
b7bc60d614
commit
7d00c43269
Notes:
github-actions[bot]
2025-08-24 18:59:54 +00:00
Author: https://github.com/ayeteadoe
Commit: 7d00c43269
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5769
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
1 changed files with 1 additions and 2 deletions
|
@ -9,14 +9,13 @@ endif()
|
|||
|
||||
lagom_utility(xml SOURCES xml.cpp LIBS LibFileSystem LibMain LibXML LibURL)
|
||||
lagom_utility(abench SOURCES abench.cpp LIBS LibMain LibFileSystem LibMedia)
|
||||
lagom_utility(dns SOURCES dns.cpp LIBS LibDNS LibMain LibTLS LibCrypto)
|
||||
|
||||
# FIXME: Increase support for building targets on Windows
|
||||
if (WIN32 AND ENABLE_WINDOWS_CI)
|
||||
return()
|
||||
endif()
|
||||
|
||||
lagom_utility(dns SOURCES dns.cpp LIBS LibDNS LibMain LibTLS LibCrypto)
|
||||
|
||||
if (ENABLE_GUI_TARGETS)
|
||||
lagom_utility(image SOURCES image.cpp LIBS LibGfx LibMain)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue