Fix typo on "linker".

This commit is contained in:
Ron B. Yeh
2023-03-30 14:39:44 -07:00
committed by GitHub
parent ec7a1d41fb
commit 9d2f8420e3

View File

@@ -180,7 +180,7 @@ JIT-enabled implementation of the Python language (which SCons is written in).
Its "full" version is currently only compatible with Linux, but Pyston-lite is
also compatible with macOS (both x86 and ARM). Pyston can speed up incremental
builds significantly, often by a factor between 1.5× and 2×. Pyston can be
combined with alternative likers such as LLD or Mold to get even faster builds.
combined with alternative linkers such as LLD or Mold to get even faster builds.
To install Pyston-lite, run ``python -m pip install pyston_lite_autoload`` then
run SCons as usual. This will automatically load a subset of Pyston's