소스 검색

feat(brew): added `ccache`, required for building with `west`

Joe 1 년 전
부모
커밋
d91a188745
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .config/brew/Brewfile

+ 2 - 0
.config/brew/Brewfile

@@ -2,6 +2,8 @@ tap "common-fate/granted"
 tap "homebrew/bundle"
 tap "homebrew/services"
 tap "koekeishiya/formulae"
+# Object-file caching compiler wrapper
+brew "ccache"
 # Cross-platform make
 brew "cmake"
 # Strongly specified, highly compatible implementation of Markdown