mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:49:10 +08:00
[grpc] [arm-linux] Missing grpc plugins. (#14184)
This commit is contained in:
parent
134fe60dd2
commit
4514913008
@ -1,8 +1,9 @@
|
|||||||
Source: grpc
|
Source: grpc
|
||||||
Version: 1.32.0
|
Version: 1.32.0
|
||||||
|
Port-Version: 1
|
||||||
Build-Depends: zlib, openssl, protobuf, c-ares (!uwp), upb, abseil, re2
|
Build-Depends: zlib, openssl, protobuf, c-ares (!uwp), upb, abseil, re2
|
||||||
Homepage: https://github.com/grpc/grpc
|
Homepage: https://github.com/grpc/grpc
|
||||||
Description: An RPC library and framework
|
Description: An RPC library and framework
|
||||||
|
|
||||||
Feature: absl-sync
|
Feature: absl-sync
|
||||||
Description: Use abseil synchronization module
|
Description: Use abseil synchronization module
|
||||||
|
@ -20,7 +20,7 @@ vcpkg_from_github(
|
|||||||
snprintf.patch
|
snprintf.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
if(VCPKG_TARGET_IS_UWP OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
|
if((NOT VCPKG_TARGET_IS_LINUX) AND (VCPKG_TARGET_IS_UWP OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64"))
|
||||||
set(gRPC_BUILD_CODEGEN OFF)
|
set(gRPC_BUILD_CODEGEN OFF)
|
||||||
else()
|
else()
|
||||||
set(gRPC_BUILD_CODEGEN ON)
|
set(gRPC_BUILD_CODEGEN ON)
|
||||||
@ -89,4 +89,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
|||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||||
|
Loading…
Reference in New Issue
Block a user