From: Chris Koeritz <koeritz@gmail.com>
Date: Fri, 23 Aug 2019 21:31:05 +0000 (-0400)
Subject: saving prior LD_LIBRARY_PATH now instead of whack
X-Git-Tag: 2.140.117^2~23
X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=3db6f579485c3c47bda0f9342c8cb42f72e5ffc2;p=feisty_meow.git

saving prior LD_LIBRARY_PATH now instead of whack
---

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.