mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Fix OpenSSL travis for mac
This commit is contained in:
parent
1a1110b4f7
commit
274f9a78ae
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue