Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1434 from pacificcode/eosio_darwin_openssl_1.0
Browse files Browse the repository at this point in the history
Eosio darwin openssl 1.0
  • Loading branch information
b1bart authored Feb 26, 2018
2 parents 2fee26e + 9718cbd commit 3c503af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/eosio_build_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
$XCODESELECT --install 2>/dev/null;
$RUBY -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
if [ $? -ne 0 ]; then
echo "User aborted homebrew installation. Exiting now."
echo "Unable to install homebrew at this time. Exiting now."
exit 0;
fi
break;;
Expand Down Expand Up @@ -110,6 +110,10 @@
pkg="llvm@4"
fi

if [ $pkg = "openssl" ]; then
pkg="[email protected]"
fi

if [ $pkg = "gettext" ]; then
PERMISSION_GETTEXT=1
fi
Expand Down

0 comments on commit 3c503af

Please sign in to comment.