update all the functiosn now used in the msvc pack
This commit is contained in:
@@ -44,6 +44,10 @@ PRG=$(readlink -f $0)
|
||||
BASEDIR=`dirname "$PRG"`
|
||||
BASEDIR=`cd "$BASEDIR" && pwd`/..
|
||||
|
||||
OLDPATH=$PATH
|
||||
export PATH=$BASEDIR/libexec:$PATH
|
||||
echo $PATH
|
||||
|
||||
# Parameters
|
||||
PRODUCT_DIR=$1
|
||||
TARGET=$2
|
||||
@@ -64,6 +68,8 @@ fi
|
||||
# call main
|
||||
builder_controller
|
||||
|
||||
export PATH=$OLDPATH
|
||||
|
||||
# exit
|
||||
exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user