Fix BBTAG for whole session.
This commit is contained in:
@@ -41,11 +41,14 @@ PATH=$PATH:$BB/scripts
|
||||
PATH=$MYSCRIPTS/local/bb:$PATH
|
||||
# PATH=$HOME/bb/bas-codegen/bin:$PATH
|
||||
|
||||
export BBTAG=local
|
||||
if [[ "$os" == "GNU/Linux" ]]; then
|
||||
export IS_64BIT=yes
|
||||
BBBITS=64
|
||||
#PATH=/bb/build/Linux-x86_64-64/release/robolibs/stage/opt/bb/libexec/build-base/:$PATH
|
||||
else
|
||||
BBBITS=32
|
||||
fi
|
||||
export BBTAG=$(/opt/bb/bin/robolibs-current-build --tag local --bits $BBBITS)
|
||||
|
||||
getop() { # BOX
|
||||
if [[ $# -ne 1 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user