mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
fix: use cannot instead of can not
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8d537260af
commit
d523cdc0ec
@ -75,7 +75,7 @@ We're a package manager so we want to do things like resolve dependencies and se
|
|||||||
|
|
||||||
### Static libraries
|
### Static libraries
|
||||||
|
|
||||||
In general, packages should not ship static libraries since these can not be updated without a rebuild of the dependant software.
|
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 request 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.
|
Applications in homebrew/core linking against libraries should link against shared libraries not static versions.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user