From 2db75db7f87ef7a4f6dd3710b63baf695cf40ab5 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 15 Aug 2023 18:16:10 +0200 Subject: [PATCH] Update Acceptable-Formulae.md Co-authored-by: Patrick Linnane --- docs/Acceptable-Formulae.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index 1d7aed1d82..bb9a4184b6 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -76,7 +76,7 @@ We're a package manager so we want to do things like resolve dependencies and se ### Static libraries In general, packages should not ship static libraries since these cannot be updated without a rebuild of the dependant software. -If a package gets a lot of request to provide static libraries they may be provided by the package. +If a package gets a lot of requests to provide static libraries, they may be provided by the package. Applications in homebrew/core linking against libraries should link against shared libraries not static versions. ### Stuff that requires vendored versions of Homebrew formulae