Skip to content

Commit

Permalink
[fix](thirdparty) add missing build_brotli (apache#42110)
Browse files Browse the repository at this point in the history
followup apache#42017
missing build_brotli in build-thirdparties.sh
  • Loading branch information
morningman authored Oct 18, 2024
1 parent 0512983 commit f796e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,7 @@ if [[ "${#packages[@]}" -eq 0 ]]; then
base64
azure
dragonbox
brotli
)
if [[ "$(uname -s)" == 'Darwin' ]]; then
read -r -a packages <<<"binutils gettext ${packages[*]}"
Expand Down

0 comments on commit f796e3b

Please sign in to comment.