Debug Xcode build failure 3/...

This commit is contained in:
Srivats P 2018-03-19 18:28:27 +05:30
parent 7809ae23c8
commit eb0b976bf6

View File

@ -22,7 +22,7 @@ before_install:
brew install protobuf && \
ls -lR /usr/local/include/google/protobuf; \
which clang++; \
clang++ -E -x c++ - -v < /dev/null \
clang++ -E -x c++ - -v < /dev/null; \
fi"
addons: