mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: add ccache setup to arch setup script
This commit is contained in:
parent
9eef1dab34
commit
9f4f0b4f20
@ -39,6 +39,12 @@ sudo pip2 -q install $PYTHON2_PKGS
|
||||
sudo pip3 -q install $PYTHON3_PKGS
|
||||
yaourt -S --noconfirm $ARCH_AUR_PKGS
|
||||
|
||||
(
|
||||
cd /usr/lib/ccache
|
||||
sudo ln -s /usr/bin/ccache arm-none-eabi-g++
|
||||
sudo ln -s /usr/bin/ccache arm-none-eabi-gcc
|
||||
)
|
||||
|
||||
if [ ! -d $OPT/$ARM_ROOT ]; then
|
||||
(
|
||||
cd $OPT;
|
||||
|
Loading…
Reference in New Issue
Block a user