mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: make target directory before linking
This commit is contained in:
parent
2e8be66353
commit
e0971c7d1a
@ -78,6 +78,7 @@ function install_arm_none_eabi_toolchain() {
|
||||
)
|
||||
fi
|
||||
echo "Registering STM32 Toolchain for ccache"
|
||||
sudo mkdir -p /usr/local/opt/ccache/libexec
|
||||
sudo ln -s -f $CCACHE_PATH /usr/local/opt/ccache/libexec/arm-none-eabi-g++
|
||||
sudo ln -s -f $CCACHE_PATH /usr/local/opt/ccache/libexec/arm-none-eabi-gcc
|
||||
echo "Done!"
|
||||
|
Loading…
Reference in New Issue
Block a user