From 7e1f69a4c43b79f1424c78283f1825fe97638065 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 18 Nov 2017 15:21:41 +1300 Subject: Attempt OpenSSL path correction --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 22f3a07..8e0bf25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ compiler: gcc os: osx script: + - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi' - make all test -- cgit v1.1