File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,12 @@ unset CPLUS_INCLUDE_PATH
69
69
unset OBJC_INCLUDE_PATH
70
70
unset OBJCPLUS_INCLUDE_PATH
71
71
72
- export LIBRARY_PATH=" ${NATIVE_GCC} /lib:${NATIVE_GCC} /lib64: ${ NATIVE_GCC_STATIC} /lib: ${NATIVE_GCC_STATIC} /lib64 "
72
+ export LIBRARY_PATH=" ${NATIVE_GCC} /lib:${NATIVE_GCC_STATIC} /lib"
73
73
export C_INCLUDE_PATH=" ${NATIVE_GCC} /include"
74
74
export CPLUS_INCLUDE_PATH=" ${NATIVE_GCC} /include/c++:${NATIVE_GCC} /include"
75
75
export OBJC_INCLUDE_PATH=" ${NATIVE_GCC} /include"
76
76
export OBJCPLUS_INCLUDE_PATH=" ${NATIVE_GCC} /include/c++:${NATIVE_GCC} /include"
77
77
78
- prepend_to_search_env_var () {
79
- export " ${1} =${2}${! 1: +: }${! 1} "
80
- }
81
-
82
78
# Set environment variables to point the CROSS toolchain to the right
83
79
# includes/libs for $HOST
84
80
case " $HOST " in
You can’t perform that action at this time.
0 commit comments