mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 08:30:05 -07:00
kiss: export more variables. See #235
This commit is contained in:
parent
679d145434
commit
7213bfc88c
5
kiss
5
kiss
@ -835,10 +835,15 @@ pkg_build() {
|
|||||||
# Give the script a modified environment. Define CC and CXX giving them
|
# Give the script a modified environment. Define CC and CXX giving them
|
||||||
# the generic values cc and c++. Define KISS_ROOT sanitized to ensure
|
# the generic values cc and c++. Define KISS_ROOT sanitized to ensure
|
||||||
# safe path joining in build files.
|
# safe path joining in build files.
|
||||||
|
AR="${AR:-ar}" \
|
||||||
CC="${CC:-cc}" \
|
CC="${CC:-cc}" \
|
||||||
CXX="${CXX:-c++}" \
|
CXX="${CXX:-c++}" \
|
||||||
|
NM="${NM:-nm}" \
|
||||||
|
RANLIB="${RANLIB:-ranlib}" \
|
||||||
DESTDIR="$pkg_dir/$1" \
|
DESTDIR="$pkg_dir/$1" \
|
||||||
|
GOPATH="$PWD/go" \
|
||||||
KISS_ROOT="$KISS_ROOT" \
|
KISS_ROOT="$KISS_ROOT" \
|
||||||
|
PREFIX=/usr \
|
||||||
\
|
\
|
||||||
"$repo_dir/build" "$pkg_dir/$1" "$repo_ver" 2>&1 || {
|
"$repo_dir/build" "$pkg_dir/$1" "$repo_ver" 2>&1 || {
|
||||||
log "$1" "Build failed"
|
log "$1" "Build failed"
|
||||||
|
Loading…
Reference in New Issue
Block a user