Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorder depends_on statements in brew formula per style guide (#25309)
Fix the order of `depends_on` statements to put `"pkg-config" => :build` at the top of the dependency list. It seems `brew style` will fail if it finds this dependency anywhere else in the dependency list. [reviewed by @jabraham17 - thanks!]
- Loading branch information