forked from kiss-community/kiss
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
|
# Give the script a modified environment. Define toolchain program
|
||||||
# environment variables assuming a generic environment by default.
|
# environment variables assuming a generic environment by default.
|
||||||
#
|
#
|
||||||
# Define DESTDIR as GOPATH to sane defaults as their use is
|
# Define DESTDIR and GOPATH to sane defaults as their use is mandatory
|
||||||
# mandatory in anything using autotools, meson, cmake, etc.
|
# in anything using autotools, meson, cmake, etc. Define KISS_ROOT as
|
||||||
#
|
# the sanitized value used internally by the package manager. This is
|
||||||
# Define KISS_ROOT as the sanitized value used internally by the
|
# safe to join with other paths.
|
||||||
# package manager. This is safe to join with other paths.
|
|
||||||
AR="${AR:-ar}" \
|
AR="${AR:-ar}" \
|
||||||
CC="${CC:-cc}" \
|
CC="${CC:-cc}" \
|
||||||
CXX="${CXX:-c++}" \
|
CXX="${CXX:-c++}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user