mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
fix: add missing library for macOS
This commit is contained in:
parent
0144ae3e64
commit
7da7b723bf
@ -11,8 +11,9 @@ if(NOT USE_LIBQVB)
|
||||
set(QV2RAY_BACKEND_LIBRARIES ${GRPC_LIBRARIES})
|
||||
else()
|
||||
find_library(UPB_LIBRARY NAMES upb)
|
||||
find_library(ADDRESS_SORTING NAMES address_sorting)
|
||||
pkg_check_modules(GRPC REQUIRED grpc++ grpc gpr)
|
||||
set(QV2RAY_BACKEND_LIBRARIES ${GRPC_LINK_LIBRARIES} ${UPB_LIBRARY})
|
||||
set(QV2RAY_BACKEND_LIBRARIES ${GRPC_LINK_LIBRARIES} ${UPB_LIBRARY} ${ADDRESS_SORTING})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
@ -1 +1 @@
|
||||
5498
|
||||
5499
|
||||
|
Loading…
Reference in New Issue
Block a user