deps: add libuv into system deps

This commit is contained in:
Li Jie
2025-02-13 18:19:34 +08:00
parent 5b216153e9
commit 058f74c12c
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# shellcheck disable=all
brew update
brew install llvm@18 bdw-gc openssl cjson libffi pkg-config
brew install llvm@18 bdw-gc openssl cjson libffi libuv pkg-config
brew install python@3.12 # optional
brew link --force libffi
go install -v github.com/goplus/llgo/cmd/llgo@latest