File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,13 +148,13 @@ elif [ -f ${libloc}/libdt_socket.dylib ]; then
148
148
echo cp ${libloc} /libdt_socket.dylib ${fullpath}
149
149
cp ${libloc} /libdt_socket.dylib ${fullpath}
150
150
# make sure we can find libraries in current directory
151
- if [ " ${LD_LIBRARY_PATH } " = " " ] ; then
152
- LD_LIBRARY_PATH =${libdir}
151
+ if [ " ${DYLD_LIBRARY_PATH } " = " " ] ; then
152
+ DYLD_LIBRARY_PATH =${libdir}
153
153
else
154
- LD_LIBRARY_PATH =${LD_LIBRARY_PATH } :${libdir}
154
+ DYLD_LIBRARY_PATH =${DYLD_LIBRARY_PATH } :${libdir}
155
155
fi
156
- export LD_LIBRARY_PATH
157
- echo LD_LIBRARY_PATH =${LD_LIBRARY_PATH }
156
+ export DYLD_LIBRARY_PATH
157
+ echo DYLD_LIBRARY_PATH =${DYLD_LIBRARY_PATH }
158
158
elif [ -f ${libloc} /libdt_socket.so ] ; then
159
159
fullpath=${libdir} /lib${private_transport} .so
160
160
rm -f ${fullpath}
You can’t perform that action at this time.
0 commit comments