Refactor extension functions to add_extensions scripts

This commit is contained in:
Shivam Mathur
2022-01-05 15:20:40 +05:30
parent d189609ea9
commit 2fd8046c9d
34 changed files with 359 additions and 358 deletions
@@ -0,0 +1,4 @@
patch_protobuf() {
mkdir -p third_party/wyhash
cp ../../../../third_party/wyhash/* third_party/wyhash
}