Attempt to fix Mac build on travis.

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

@ -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

Loading…
Cancel
Save