CMake (Haiku): fix build

Ref: https://github.com/fastfetch-cli/fastfetch/pull/1538#issuecomment-2635866129
This commit is contained in:
李通洲 2025-02-05 15:44:03 +08:00
parent 7f212025de
commit edcd7995e5
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3

View File

@ -1615,6 +1615,7 @@ elseif(Haiku)
target_link_libraries(libfastfetch
PRIVATE "network"
PRIVATE "be"
PRIVATE "gnu"
)
endif()