File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,11 +108,6 @@ install:
108108 export MACOSX_DEPLOYMENT_TARGET=10.7;
109109 fi
110110
111- # Linux ld linker requires that libraries can be resolved at link time.
112- - if ${MYUSEMC} && [[ "${TRAVIS_OS_NAME}" == linux ]]; then
113- export LD_LIBRARY_PATH="${MYLIB}";
114- fi
115-
116111 - scons build=debug prefix="${MYPREFIX}" test_installed=true alltests
117112 - scons build=fast prefix="${MYPREFIX}" test_installed=true alltests
118113 - MYALLTESTSFAST=$(ls -t ${PWD}/build/fast*/tests/alltests | head -1)
Original file line number Diff line number Diff line change 33export CPATH=" ${PREFIX} /include:${CPATH} "
44export LIBRARY_PATH=" ${PREFIX} /lib:${LIBRARY_PATH} "
55
6- if [[ ` uname` == Linux ]]; then
7- export LD_LIBRARY_PATH=" ${PREFIX} /lib"
8- fi
9-
106MYNCPU=$(( (CPU_COUNT > 8 ) ? 8 : CPU_COUNT ))
117
128# Apply sconscript.local customizations.
You can’t perform that action at this time.
0 commit comments