mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 20:13:13 +02:00
OS X build-test: +brew install openssl
This commit is contained in:
@@ -22,6 +22,7 @@ elif [[ "$OSTYPE" == "freebsd"* ]]; then
|
||||
sudo pkg remove -y c-ares
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
brew update
|
||||
brew install openssl
|
||||
else
|
||||
echo "OS not correctly detected ($OSTYPE). Aborting."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user