Commit 2c337156 authored by Ian Craggs's avatar Ian Craggs

OpenSSL directories on OSX in travis install

parent 60195b6b
...@@ -8,5 +8,6 @@ fi ...@@ -8,5 +8,6 @@ fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update 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 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