Skip to content

Commit c2cf4e9

Browse files
committed
Add OpenSSL to the list of brewed dependencies
1 parent 35bcb1a commit c2cf4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config ()
1010
{
1111
# A whitespace-separated list of executables that must be present and locatable.
1212
# These will each be installed through Homebrew if not found.
13-
: ${REQUIRED_TOOLS="cmake libssh2 libtool autoconf automake pkg-config"}
13+
: ${REQUIRED_TOOLS="cmake libssh2 libtool autoconf automake pkg-config [email protected]"}
1414

1515
export REQUIRED_TOOLS
1616
}

0 commit comments

Comments
 (0)