Attempt to fix Mac build on travis.

pull/602/merge
Roger A. Light 7 years ago
parent e3b4bd8937
commit e3bfb1795e

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
if [ "$TRAVIS_OS_NAME" == "osx" ]; then 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 .
fi fi

Loading…
Cancel
Save