X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=1da2546bc51ac2fa59f6b8a9221242e1d35b8e09;hb=102061cab065f647954f3e935f11f433e2f088d4;hp=8c50f202781185419176ffbb8fdb9316229f344e;hpb=36b908cbff4e640e02d9a5b9dd011225194a1cbb;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 8c50f202..1da2546b 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -181,9 +181,8 @@ if [ -z "$NECHUNG" ]; then fi # now augment the environment if we found our build variables. if [ $found_build_vars == 1 ]; then - # the binary directory contains handy programs we use a lot. we set - # up the path to it here based on the operating system. - define_yeti_variable BINDIR=$FEISTY_MEOW_DIR/production/binaries + # the binary directory contains our collection of handy programs. + define_yeti_variable BINDIR=$TARGETS_DIR # add binaries created within build to the path. define_yeti_variable PATH="$(dos_to_unix_path $BINDIR):$PATH" # Shared libraries are located via this variable.