Преглед на файлове

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