Skip to content

Commit

Permalink
Add OpenSSL to the list of brewed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennou committed Feb 10, 2021
1 parent e09dec7 commit a12b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config ()
{
# A whitespace-separated list of executables that must be present and locatable.
# These will each be installed through Homebrew if not found.
: ${REQUIRED_TOOLS="cmake libssh2 libtool autoconf automake pkg-config"}
: ${REQUIRED_TOOLS="cmake libssh2 libtool autoconf automake pkg-config openssl@1.1"}

export REQUIRED_TOOLS
}
Expand Down

0 comments on commit a12b11c

Please sign in to comment.