Install libpcap via homebrew for MacOS builds

Native MacOSX libcap doesn't have remote-ext.h (included via
HAVE_REMOTE)
This commit is contained in:
Srivats P 2017-12-03 14:07:31 +05:30
parent 33ad1abb1e
commit affc33bd27

View File

@ -15,7 +15,7 @@ matrix:
compiler: gcc
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt && brew install protobuf && ls -lR /usr/local/include; fi"
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt@4 && brew install protobuf && brew install libpcap && ls -lR /usr/local/include; fi"
addons:
apt: