mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 22:15:36 -07:00
misc: fix comment
This commit is contained in:
parent
9ab1f9f5e0
commit
cade52d1cc
9
kiss
9
kiss
@ -986,11 +986,10 @@ pkg_build() {
|
||||
# Give the script a modified environment. Define toolchain program
|
||||
# environment variables assuming a generic environment by default.
|
||||
#
|
||||
# Define DESTDIR as GOPATH to sane defaults as their use is
|
||||
# mandatory in anything using autotools, meson, cmake, etc.
|
||||
#
|
||||
# Define KISS_ROOT as the sanitized value used internally by the
|
||||
# package manager. This is safe to join with other paths.
|
||||
# Define DESTDIR and GOPATH to sane defaults as their use is mandatory
|
||||
# in anything using autotools, meson, cmake, etc. Define KISS_ROOT as
|
||||
# the sanitized value used internally by the package manager. This is
|
||||
# safe to join with other paths.
|
||||
AR="${AR:-ar}" \
|
||||
CC="${CC:-cc}" \
|
||||
CXX="${CXX:-c++}" \
|
||||
|
Loading…
Reference in New Issue
Block a user