diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-29 14:26:00 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-30 14:03:09 +0100 |
commit | c4504809bfa1455b4f5c2a651e7ad8f37804ea99 (patch) | |
tree | 17ae57c844cc65153e9afdc234eac8ded636d8a8 /etc/defaults/CC/TARGETS.boringssl | |
parent | 4dcf66d4d00ca0b718e2b8c1ec8f56f1c0910a09 (diff) | |
download | justbuild-c4504809bfa1455b4f5c2a651e7ad8f37804ea99.tar.gz |
Update to grpc v1.67.1
Update also direct dependencies:
- boringssl b8b3e6e
- google_apis fe8ba05
- protobuf v27.2
Also update the bootstrap build description for crypto library.
Remove ssl patch for gcc-14 build as fix is now in upstream.
Remove bytestream.proto patch as fix is now in upstream.
Target utf8_range now taken only from protobuf, where it is first
defined.
For now, upb dependencies in grpc still taken from its own
third_party subdirectory, as it is still kept synchronized with
the corresponding tree in the corresponding protobuf version.
Diffstat (limited to 'etc/defaults/CC/TARGETS.boringssl')
-rw-r--r-- | etc/defaults/CC/TARGETS.boringssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/CC/TARGETS.boringssl b/etc/defaults/CC/TARGETS.boringssl index f65a0ce0..fa4e7b13 100644 --- a/etc/defaults/CC/TARGETS.boringssl +++ b/etc/defaults/CC/TARGETS.boringssl @@ -183,7 +183,7 @@ , "$1": {"type": "var", "name": "PLATFORM"} , "$2": "windows_x86_64" } - , ["-DWIN32_LEAN_AND_MEAN", "-DOPENSSL_NO_ASM"] + , ["-DWIN32_LEAN_AND_MEAN", "-utf-8", "-DOPENSSL_NO_ASM"] ] ] , "default": ["-DOPENSSL_NO_ASM"] |