Fix OpenSSL travis for mac

This commit is contained in:
Rochet2 2020-02-11 21:30:21 +00:00 committed by Antz
parent 1a1110b4f7
commit 274f9a78ae

View file

@ -42,5 +42,6 @@ script:
- test -d _build || mkdir _build
- test -d _install || mkdir _install
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DSOAP=1 -DPLAYERBOTS=0
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DSOAP=1 -DPLAYERBOTS=0 -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/
- which openssl
- make -j4