Skip to content

Commit

Permalink
fix: force link homebrew m4 to replace missing binary
Browse files Browse the repository at this point in the history
m4 is missing from 15.3 Apple Command Line Tools. This should be fixed
in the future and this change can be removed.
  • Loading branch information
dylanpinn committed Apr 25, 2024
1 parent 49a2e4f commit c9a59d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homebrew/personal.Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ brew "jq"
brew "lua-language-server"
# Tool for linting and static analysis of Lua code
brew "luacheck"
# Macro processing language
brew "m4", link: true
# Mac App Store command-line interface
brew "mas"
# Polyglot runtime manager (asdf rust clone)
Expand Down

0 comments on commit c9a59d7

Please sign in to comment.