dep-protobuf/update_subtrees.sh
Mike Kruskal f79e35c821 Fix declared dependencies for pkg-config (#12518)
Closes #12439

Closes #12518

PiperOrigin-RevId: 526689125
2023-04-24 10:44:14 -07:00

8 lines
163 B
Bash
Executable file

#!/bin/bash -eux
set -eux
cd $(dirname $0)
git subtree pull --prefix third_party/utf8_range \
https://github.com/protocolbuffers/utf8_range.git main --squash