Tools: vagrant: adjust paths for JSBSim now being built in build directory

This commit is contained in:
filipsladek 2019-03-08 10:47:27 +11:00 committed by Peter Barker
parent 09b09ad288
commit 236ab29e51
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ source /vagrant/Tools/vagrant/shellinit.sh
# This allows the PX4NuttX build to proceed when the underlying fs is on windows
# It is only marginally less efficient on Linux
export PX4_WINTOOL=y
export PATH=\$PATH:\$HOME/jsbsim/src
export PATH=\$PATH:\$HOME/jsbsim/build/src
export BUILDLOGS=/tmp/buildlogs
"

View File

@ -3,7 +3,7 @@
# This allows the PX4NuttX build to proceed when the underlying fs is on windows
# It is only marginally less efficient on Linux
export PX4_WINTOOL=y
export PATH=$PATH:$HOME/jsbsim/src
export PATH=$PATH:$HOME/jsbsim/build/src
export BUILDLOGS=/tmp/buildlogs
export APMROOT=/vagrant