Skip to content

Commit d8b216a

Browse files
committed
Fix Mac build
1 parent 64ab095 commit d8b216a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/mac/build_mac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def copy_protobuf_lib():
5454
copy_file(BUILD_DIR + '/third_party/grpc/third_party/protobuf/libprotobuf.a', release_libs_path)
5555

5656
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)
57+
copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl-with-bazel/libcrypto.a', release_libs_path)
58+
copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl-with-bazel/libssl.a', release_libs_path)
5959

6060
def copy_grpc_lib():
6161
copy_file(BUILD_DIR + '/third_party/grpc/libaddress_sorting.a', release_libs_path)

0 commit comments

Comments
 (0)