Skip to content

Commit 6adb8f8

Browse files
committed
Remove xctool from the script/bootstrap required tools
The cibuild uses xcodebuild instead of xctool, as of 6f802a4
1 parent aa02176 commit 6adb8f8

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="xctool cmake libssh2 libtool autoconf automake pkg-config"}
13+
: ${REQUIRED_TOOLS="cmake libssh2 libtool autoconf automake pkg-config"}
1414

1515
export REQUIRED_TOOLS
1616
}

0 commit comments

Comments
 (0)