From 06816c51a5550bbe76ef621d6bf6897b523066ca Mon Sep 17 00:00:00 2001 From: Li Jie Date: Tue, 7 Jan 2025 21:28:14 +0800 Subject: [PATCH] doc: fix macos installation doc verify --- doc/_readme/scripts/install_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_readme/scripts/install_macos.sh b/doc/_readme/scripts/install_macos.sh index 20cd3a47..afa44c3c 100644 --- a/doc/_readme/scripts/install_macos.sh +++ b/doc/_readme/scripts/install_macos.sh @@ -1,6 +1,6 @@ # shellcheck disable=all brew update -brew install llvm@18 bdw-gc openssl cjson libffi +brew install llvm@18 bdw-gc openssl cjson libffi pkg-config brew install python@3.12 # optional brew link --force libffi go install -v github.com/goplus/llgo/cmd/llgo@latest