1
0
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:
Bram Matthys
2018-04-22 19:49:43 +02:00
parent 47e2975f01
commit 34ae2cb0db
+1
View File
@@ -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