Commit b1de6625 authored by Ian Craggs's avatar Ian Craggs

Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop

parents 3bb3e3e7 0c3b2cd9
......@@ -8,8 +8,11 @@ os:
- linux
- osx
sudo: required
script:
- make
before_install:
- ./travis-install.sh
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi'
......@@ -8,5 +8,6 @@ fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update
brew install openssl
brew install openssl
export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment