diff --git a/travis-configure.sh b/travis-configure.sh index dd9e3755..033e9d7a 100755 --- a/travis-configure.sh +++ b/travis-configure.sh @@ -1,5 +1,7 @@ #!/bin/bash if [ "$TRAVIS_OS_NAME" == "osx" ]; then + export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" + export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS" cmake . fi