mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
Meta: Don't link LibCrypt to native libcrypt on Haiku
This commit is contained in:
parent
2691c079d4
commit
2e0960a7ef
Notes:
sideshowbarker
2024-07-19 16:51:59 +09:00
Author: https://github.com/ghost
Commit: 2e0960a7ef
Pull-request: https://github.com/SerenityOS/serenity/pull/20808
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/diversys
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ endif()
|
|||
add_library(LibC INTERFACE)
|
||||
add_library(LibCrypt INTERFACE)
|
||||
add_library(LibSystem INTERFACE)
|
||||
if (NOT APPLE AND NOT ANDROID AND NOT EMSCRIPTEN AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
|
||||
if (NOT APPLE AND NOT ANDROID AND NOT EMSCRIPTEN AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" AND NOT HAIKU)
|
||||
target_link_libraries(LibCrypt INTERFACE crypt) # LibCore::Account uses crypt() but it's not in libcrypt on macOS
|
||||
endif()
|
||||
if (SERENITYOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue