From cb27bca7b3749705ebf44f1875ddab37372eaa43 Mon Sep 17 00:00:00 2001 From: dsabsay Date: Sun, 21 Jun 2026 22:02:09 -0700 Subject: [PATCH] fix: add pcre2 and libyaml to macos install script --- install-ctags-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ctags-macos.sh b/install-ctags-macos.sh index e856ece51..3df434499 100755 --- a/install-ctags-macos.sh +++ b/install-ctags-macos.sh @@ -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