Protobuf: changed gitignore according to new file structure. Fixed typo in pre-build.sh

This commit is contained in:
dsavvinov
2016-08-12 19:10:02 +03:00
parent 66adf17490
commit cfb1fc1081
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
protobuf_sources
google_protobuf/
+1 -1
View File
@@ -3,7 +3,7 @@
lprotoc="/usr/local/lib/libprotoc.so"
lprotobuf="/usr/local/lib/libprotobuf.so"
srcdir='google_protobuf'
ok=0
ok=1
missing=""
red='\033[0;31m'
nc='\033[0m'