setup-php/src/scripts/extensions/patches/protobuf.sh

4 lines
108 B
Bash

patch_protobuf() {
mkdir -p third_party/wyhash
cp ../../../../third_party/wyhash/* third_party/wyhash
}