mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
zig.eclass: fix typos
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
d691154517
commit
6d83bd7e35
@ -20,7 +20,7 @@
|
||||
# libraries, objects), source codes, assets, tests, scripts etc. But
|
||||
# many authors also use it to write Zig "modules", build logic
|
||||
# and/or bindings/wrappers for C/C++ libraries. They install nothing
|
||||
# and are only used at build-time, so it's unneccessary and mostly
|
||||
# and are only used at build-time, so it's unnecessary and mostly
|
||||
# useless to make ebuilds for them.
|
||||
# 2) Have required `target`, `cpu` and optional `optimize` options in
|
||||
# build.zig that accept standard Zig-style target and optimize mode.
|
||||
@ -246,9 +246,9 @@ zig_get_jobs() {
|
||||
# Package manager option is managed by "zig_src_prepare",
|
||||
# ebuild and user options are added by "zig_src_configure".
|
||||
#
|
||||
# This function is used by "zig_pkg_setup", and it is neccessary
|
||||
# This function is used by "zig_pkg_setup", and it is necessary
|
||||
# that args are available as early as possible, so that ebuilds
|
||||
# could use them in steps like "src_unpack" if neccessary, while
|
||||
# could use them in steps like "src_unpack" if necessary, while
|
||||
# still having verbosity and amount of jobs from user respected.
|
||||
#
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user