looper/build-protoc.sh
Zachary Hall 6ce418e0ec
Some checks failed
Build / build-android (push) Has been cancelled
Build / build-appimage (push) Has been cancelled
Build / build-gentoo (push) Has been cancelled
Build / build-windows (push) Failing after 3m24s
Add Windows build to workflows
2024-10-20 13:29:46 -07:00

6 lines
84 B
Bash
Executable file

#!/bin/bash
pushd subprojects/protobuf
./configure
make
make install
make distclean