diff options
author | David Phillips <david@sighup.nz> | 2017-11-18 15:21:41 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-18 15:21:45 +1300 |
commit | 7e1f69a4c43b79f1424c78283f1825fe97638065 (patch) | |
tree | b29bf3b369fb5dbac0df3e90e86ac419e11e2ae2 | |
parent | b2f512950b12663bce8e9e21b3b3a644cbba0f26 (diff) | |
download | sand-leek-7e1f69a4c43b79f1424c78283f1825fe97638065.tar.xz |
Attempt OpenSSL path correction
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |