Skip to content
Snippets Groups Projects
Commit 0aee932a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'fix_macos_dltest' into 'develop'

BUG dltest not available on macOS

See merge request orfeotoolbox/otb!527
parents fe2a6982 7aafa135
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,9 @@ for name in $OTB_SO_LIBRARIES $OTB_DY_LIBRARIES $OTB_EXE; do
echo_and_report "$LDD_ERRORS"
fi
elif echo "$F_OUTPUT" | grep -q -i -e ': Mach-O .*shared library' -e ': Mach-O .*bundle' -e ': Mach-O .*executable'; then
DL_ERRORS=$(dltest "$name" | grep -i 'ERROR')
DL_ERRORS=$(./tools/otb_loader "$name")
if [ -n "$DL_ERRORS" ]; then
echo_and_report "dltest $name"
echo_and_report "otb_loader $name"
echo_and_report "$DL_ERRORS"
fi
elif echo "$F_OUTPUT" | grep -q ': symbolic link'; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment