looper/build-protoc.sh

7 lines
84 B
Bash
Raw Normal View History

2024-10-20 13:29:32 -07:00
#!/bin/bash
pushd subprojects/protobuf
./configure
make
make install
make distclean