Files
setup-php/src/scripts/extensions/patches/protobuf.sh
2022-01-05 15:20:40 +05:30

5 lines
108 B
Bash

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