瀏覽代碼

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