X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=8c324acc5c61b98862fb7c4f38cf2269d1aadc17;hp=eb3a56605c3c60ffe6d95567b14060b91649c699;hb=3db6f579485c3c47bda0f9342c8cb42f72e5ffc2;hpb=c76a981674332abd7fbb78fb2862513e204fad7a 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.