mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-31 18:04:10 +07:00
5 lines
108 B
Bash
5 lines
108 B
Bash
patch_protobuf() {
|
|
mkdir -p third_party/wyhash
|
|
cp ../../../../third_party/wyhash/* third_party/wyhash
|
|
}
|