summaryrefslogtreecommitdiff
path: root/contrib/scripts/live_ast
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/live_ast')
-rwxr-xr-xcontrib/scripts/live_ast1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/scripts/live_ast b/contrib/scripts/live_ast
index 1c7a1cba8..2bcb2f758 100755
--- a/contrib/scripts/live_ast
+++ b/contrib/scripts/live_ast
@@ -154,6 +154,7 @@ fi
# gets rid of excessive spaces. Leves nothing if there were only white spaces:
LIVE_AST_LD_PATH_EXTRA=`echo $LIVE_AST_LD_PATH_EXTRA | tr ' ' :`
+LIVE_AST_LD_PATH_EXTRA="$BASE_DIR/usr/lib:$LIVE_AST_LD_PATH_EXTRA"
set_ld_env() {
if [ "$LIVE_AST_LD_PATH_EXTRA$LD_LIBRARY_PATH" = '' ]; then return; fi