We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepend_to_search_env_var()
1 parent 50422b7 commit 43c4afcCopy full SHA for 43c4afc
contrib/guix/libexec/build.sh
@@ -75,10 +75,6 @@ export CPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
75
export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
76
export OBJCPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
77
78
-prepend_to_search_env_var() {
79
- export "${1}=${2}${!1:+:}${!1}"
80
-}
81
-
82
# Set environment variables to point the CROSS toolchain to the right
83
# includes/libs for $HOST
84
case "$HOST" in
0 commit comments