Skip to content

Commit

Permalink
Fix MacOS cannot find -lzstd
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 6, 2025
1 parent 008adcf commit 33bf3f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cmake/modules/Findlibzstd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ _userver_module_find_library(
)

_userver_module_end()

if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_library(zstd ALIAS libzstd)
endif()
1 change: 0 additions & 1 deletion scripts/docs/en/deps/macos.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ares
[email protected]
c-ares
ccache
Expand Down
1 change: 1 addition & 0 deletions scripts/docs/en/deps/ubuntu-22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ libgrpc++1
libgrpc-dev
libgtest-dev
libhiredis-dev
libicu-dev
libidn11-dev
libjemalloc-dev
libkrb5-dev
Expand Down

0 comments on commit 33bf3f6

Please sign in to comment.