mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
|
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
|
|
fi
|