Debug xcode build failure 2/...

This commit is contained in:
Srivats P 2018-03-19 18:12:06 +05:30
parent 9d182d58b8
commit 7809ae23c8

View File

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