From 896c453954b94d188713cf2a307a96eacd42b0c0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 12 Mar 2019 19:32:57 +0800 Subject: [PATCH] Update install_macos.sh --- scripts/install_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_macos.sh b/scripts/install_macos.sh index 0692f2baf..7b6244026 100755 --- a/scripts/install_macos.sh +++ b/scripts/install_macos.sh @@ -21,7 +21,7 @@ if [ ! -f /usr/local/bin/brew ];then brew install mysql fi -brew install libzip bzip2 gcc +brew install libzip bzip2 gcc openssl llvm if [ ! -d $DEV/server/mdserver-web ]; then