Debug Xcode build failure 7/...

This commit is contained in:
Srivats P 2018-03-19 19:47:48 +05:30
parent c656839b88
commit 3eeb6b5b95

View File

@ -22,7 +22,7 @@ before_install:
which clang++; \ which clang++; \
clang++ -E -x c++ - -v < /dev/null; \ clang++ -E -x c++ - -v < /dev/null; \
export CPLUS_INCLUDE_PATH=/usr/local/include; \ export CPLUS_INCLUDE_PATH=/usr/local/include; \
export LIBRARY_PATH=/usr/local/include; \ export LIBRARY_PATH=/usr/local/lib; \
fi" fi"
addons: addons: