From 3db6f579485c3c47bda0f9342c8cb42f72e5ffc2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 23 Aug 2019 17:31:05 -0400 Subject: [PATCH] saving prior LD_LIBRARY_PATH now instead of whack --- scripts/generator/build_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index eb3a5660..8c324acc 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -208,7 +208,7 @@ if [ -z "$got_bad" ]; then if [ "$OPERATING_SYSTEM" == "WIN32" ]; then source "$BUILD_SCRIPTS_PATH/vis_stu_vars.sh" else - export LD_LIBRARY_PATH="$TARGETS_STORE" + export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$TARGETS_STORE" fi popd &>/dev/null # checking is over, jump back to the starting point. -- 2.34.1