Update docs/Acceptable-Formulae.md

Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
This commit is contained in:
Mike McQuaid 2024-02-14 17:32:00 +00:00 committed by GitHub
parent fe90e98f79
commit 5e641f0d72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ We're a package manager so we want to do things like resolve dependencies and se
### Shared vs. static libraries ### Shared vs. static libraries
In general, if formulae have to ship either shared or static libraries: they should ship shared ones. In general, if formulae have to ship either shared or static libraries: they should ship shared ones.
If there is interest in a static library they can ship both. If there is interest in static libraries they can ship both.
Shipping only static libraries should be avoided when possible, particularly when the formula is depended on by other formulae since these dependents cannot be updated without a rebuild. Shipping only static libraries should be avoided when possible, particularly when the formula is depended on by other formulae since these dependents cannot be updated without a rebuild.
### Stuff that requires vendored versions of Homebrew formulae ### Stuff that requires vendored versions of Homebrew formulae