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 @@ -71,16 +71,12 @@ unset CPLUS_INCLUDE_PATH
7171unset OBJC_INCLUDE_PATH
7272unset OBJCPLUS_INCLUDE_PATH
7373
74- export LIBRARY_PATH=" ${NATIVE_GCC} /lib:${NATIVE_GCC} /lib64: ${ NATIVE_GCC_STATIC} /lib: ${NATIVE_GCC_STATIC} /lib64 "
74+ export LIBRARY_PATH=" ${NATIVE_GCC} /lib:${NATIVE_GCC_STATIC} /lib"
7575export C_INCLUDE_PATH=" ${NATIVE_GCC} /include"
7676export CPLUS_INCLUDE_PATH=" ${NATIVE_GCC} /include/c++:${NATIVE_GCC} /include"
7777export OBJC_INCLUDE_PATH=" ${NATIVE_GCC} /include"
7878export OBJCPLUS_INCLUDE_PATH=" ${NATIVE_GCC} /include/c++:${NATIVE_GCC} /include"
7979
80- prepend_to_search_env_var () {
81- export " ${1} =${2}${! 1: +: }${! 1} "
82- }
83-
8480# Set environment variables to point the CROSS toolchain to the right
8581# includes/libs for $HOST
8682case " $HOST " in
You can’t perform that action at this time.
0 commit comments