updated protobuf script
This commit is contained in:
parent
0c184e19bd
commit
31b2bdffc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user