updated protobuf script

This commit is contained in:
WolverinDEV 2018-08-09 09:33:43 +00:00
parent 0c184e19bd
commit 31b2bdffc5

View File

@ -1,4 +1,8 @@
cd protobuf
if [ -f build/src/.libs/libprotobuf.a ]; then
echo "protobuf already builded!"
exit 0
fi
./autogen.sh
cd build
../configure