Skip to content

Commit ce77ef1

Browse files
committed
Add OpenSSL to the list of brewed dependencies
1 parent 8728035 commit ce77ef1

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 openssl@1.1"}
1414

1515
export REQUIRED_TOOLS
1616
}

0 commit comments

Comments
 (0)