Skip to content

Commit

Permalink
Merge pull request #114 from ySteinhart1/adrian/fix-tee-script-library
Browse files Browse the repository at this point in the history
fix tee script library
  • Loading branch information
adriandavila authored Dec 29, 2023
2 parents 5beacca + c86c0fa commit e5583b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortoa-tee/scripts/ortoa-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

# always top-level even in submodule
export REPO_ROOT=$(cd ${SCRIPT_DIR} && git rev-parse --show-superproject-working-tree --show-toplevel | head -1)
export REPO_ROOT="$(cd ${SCRIPT_DIR} && git rev-parse --show-superproject-working-tree --show-toplevel | head -1)"/ortoa-tee

export ORTOA_SHARED="${REPO_ROOT}"
export BUILD_DIR="${ORTOA_SHARED}/build"
export INSTALL_DIR="${ORTOA_SHARED}/install"
export SDK_DIR="${ORTOA_SHARED}/extras"

export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib:${REPO_ROOT}/install/lib"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib:${ORTOA_SHARED}/install/lib"

############################################
# Help
Expand Down

0 comments on commit e5583b9

Please sign in to comment.