From c0c0b8f3b595967bd72df79a8c1f07db358b0741 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 25 Apr 2025 15:12:37 -0400 Subject: Have mac install llvm --- install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_dependencies.sh b/install_dependencies.sh index 27d04416..865dfee1 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -55,7 +55,7 @@ case "$PKG_MGR" in xbps) $SUDO xbps-install -S gc libunistring binutils patchelf gmp ;; pkg_add) $SUDO pkg_add boehm-gc libunistring binutils patchelf gmp ;; freebsd-pkg) $SUDO pkg install boehm-gc libunistring binutils patchelf gmp ;; - brew) brew install bdw-gc libunistring binutils patchelf gmp ;; + brew) brew install bdw-gc libunistring binutils llvm patchelf gmp ;; macports) $SUDO port install boehm-gc libunistring binutils patchelf gmp ;; zypper) $SUDO zypper install gc-devel libunistring-devel binutils patchelf gmp-devel ;; nix) nix-env -iA nixpkgs.boehm-gc nixpkgs.libunistring nixpkgs.binutils nixpkgs.patchelf nixpkgs.gmp ;; -- cgit v1.2.3