mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-10 18:03:56 -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
|
# This allows the PX4NuttX build to proceed when the underlying fs is on windows
|
||||||
# It is only marginally less efficient on Linux
|
# It is only marginally less efficient on Linux
|
||||||
export PX4_WINTOOL=y
|
export PX4_WINTOOL=y
|
||||||
export PATH=\$PATH:\$HOME/jsbsim/src
|
export PATH=\$PATH:\$HOME/jsbsim/build/src
|
||||||
export BUILDLOGS=/tmp/buildlogs
|
export BUILDLOGS=/tmp/buildlogs
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# This allows the PX4NuttX build to proceed when the underlying fs is on windows
|
# This allows the PX4NuttX build to proceed when the underlying fs is on windows
|
||||||
# It is only marginally less efficient on Linux
|
# It is only marginally less efficient on Linux
|
||||||
export PX4_WINTOOL=y
|
export PX4_WINTOOL=y
|
||||||
export PATH=$PATH:$HOME/jsbsim/src
|
export PATH=$PATH:$HOME/jsbsim/build/src
|
||||||
export BUILDLOGS=/tmp/buildlogs
|
export BUILDLOGS=/tmp/buildlogs
|
||||||
|
|
||||||
export APMROOT=/vagrant
|
export APMROOT=/vagrant
|
||||||
|
Loading…
Reference in New Issue
Block a user