Change OPENSSL_ROOT_DIR
This commit is contained in:
parent
e1bb2e32f6
commit
bc246843b3
@ -4,7 +4,7 @@ language: cpp
|
||||
before_install:
|
||||
- export CPPFLAGS="$CPPFLAGS -I/usr/local/opt/openssl/include"
|
||||
- export LDFLAGS="$LDFLAGS -L/usr/local/opt/openssl/lib"
|
||||
- export OPENSSL_ROOT_DIR="/usr/local/opt/openssl"
|
||||
- export OPENSSL_ROOT_DIR="/usr/local/opt"
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew outdated openssl || brew upgrade openssl; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink protobuf; fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user