Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-ctags-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ! command -v brew >/dev/null 2>&1; then
exit 1
fi

brew install autoconf automake pkg-config jansson
brew install autoconf automake pkg-config jansson pcre2 libyaml

curl --retry 5 "https://codeload.github.com/universal-ctags/ctags/tar.gz/$CTAGS_VERSION" | tar xz -C /tmp
cd /tmp/$CTAGS_ARCHIVE_TOP_LEVEL_DIR
Expand Down
Loading