Skip to content

Commit

Permalink
Fix Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimon4eg committed Jan 16, 2022
1 parent 64ab095 commit d8b216a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/mac/build_mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def copy_protobuf_lib():
copy_file(BUILD_DIR + '/third_party/grpc/third_party/protobuf/libprotobuf.a', release_libs_path)

def copy_ssl_lib():
copy_file(BUILD_DIR + '/third_party/grpc/third_party/boringssl/crypto/libcrypto.a', release_libs_path)
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)

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

0 comments on commit d8b216a

Please sign in to comment.