Skip to content

Commit

Permalink
Build: source apollo_base.sh temporarily to fix LD_LIBRARY_PATH issues
Browse files Browse the repository at this point in the history
  • Loading branch information
storypku authored and lx18233184051 committed Jul 9, 2020
1 parent 48f2f8b commit 0b02c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/apollo_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

TOP_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
source "${TOP_DIR}/scripts/apollo.bashrc"
source "${TOP_DIR}/scripts/apollo_base.sh"

ARCH="$(uname -m)"

Expand Down
1 change: 1 addition & 0 deletions scripts/apollo_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

TOP_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
source "${TOP_DIR}/scripts/apollo.bashrc"
source "${TOP_DIR}/scripts/apollo_base.sh"

##============= Perception ===================##
PERCEPTION_EXCEPTIONS="\
Expand Down

0 comments on commit 0b02c7c

Please sign in to comment.