Skip to content

Commit

Permalink
fix tee script library
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandavila committed Dec 29, 2023
1 parent 5beacca commit c86c0fa
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 c86c0fa

Please sign in to comment.