We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ab095 commit d8b216aCopy full SHA for d8b216a
build/mac/build_mac.py
@@ -54,8 +54,8 @@ def copy_protobuf_lib():
54
copy_file(BUILD_DIR + '/third_party/grpc/third_party/protobuf/libprotobuf.a', release_libs_path)
55
56
def copy_ssl_lib():
57
- copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl/crypto/libcrypto.a', release_libs_path)
58
- copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl/ssl/libssl.a', release_libs_path)
+ copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl-with-bazel/libcrypto.a', release_libs_path)
+ copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl-with-bazel/libssl.a', release_libs_path)
59
60
def copy_grpc_lib():
61
copy_file(BUILD_DIR + '/third_party/grpc/libaddress_sorting.a', release_libs_path)
0 commit comments