Better attempt at fixing mac travis.

pull/1600/head
Roger A. Light 7 years ago
parent 26bbcf5586
commit 11c79db249

@ -1,7 +1,5 @@
#!/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 .
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
fi

Loading…
Cancel
Save