mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-08 17:30:36 +02:00
guix: Drop no longer used prepend_to_search_env_var()
It was introduced inc1ae726a13
, and it has no longer been used since1dd8cbfbc6
.
This commit is contained in:
@ -75,10 +75,6 @@ export CPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
|
|||||||
export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
|
export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
|
||||||
export OBJCPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
|
export OBJCPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
|
||||||
|
|
||||||
prepend_to_search_env_var() {
|
|
||||||
export "${1}=${2}${!1:+:}${!1}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Set environment variables to point the CROSS toolchain to the right
|
# Set environment variables to point the CROSS toolchain to the right
|
||||||
# includes/libs for $HOST
|
# includes/libs for $HOST
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
|
Reference in New Issue
Block a user