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

BUG: Mantis-1365: set rpath in _otbApplication.so

parent 44da838c
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,10 @@ if [ "$I_AM_XDK" = false ] ; then ...@@ -58,7 +58,10 @@ if [ "$I_AM_XDK" = false ] ; then
$INSTALL_NAME_TOOL "-rpath" "@ORIGINAL_RPATH_TO_REPLACE@" "$OUT_DIR/lib" "$app_file" $INSTALL_NAME_TOOL "-rpath" "@ORIGINAL_RPATH_TO_REPLACE@" "$OUT_DIR/lib" "$app_file"
fi fi
done done
if [ -f "$OUT_DIR/lib/python/_otbApplication.so" ]; then
$INSTALL_NAME_TOOL "-rpath" "@ORIGINAL_RPATH_TO_REPLACE@" "$OUT_DIR/lib" "$OUT_DIR/lib/python/_otbApplication.so"
fi
rm -fr "Mapla.app" rm -fr "Mapla.app"
rm -fr "Monteveridi.app" rm -fr "Monteveridi.app"
......
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