mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 16:52:13 +08:00
Better attempt at fixing mac travis.
This commit is contained in:
parent
e3bfb1795e
commit
9200a8e98b
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
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 -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user