OSX protobuf version change comments (install_protobuf.sh)

This commit is contained in:
Rasta 2016-01-13 22:58:11 +01:00
Родитель 1ad75ce7b0
Коммит 88a6451380
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -11,8 +11,10 @@ if [ "$protobuf_dist" != "" ]; then
cd $protobuf_dist
fi
# this is the default working beta version on Linux, beta-2 doesn't work here
protobuf_beta_version=1
# on OSX beta-1 doesn't work, it has to be built in version beta-2
if [ `uname -s` == "Darwin" ]; then
protobuf_beta_version=2
fi