mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
Tools: vagrant: adjust paths for JSBSim now being built in build directory
This commit is contained in:
parent
09b09ad288
commit
236ab29e51
@ -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
|
||||
"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user