Skip to content

Commit

Permalink
Tools: make target directory before linking
Browse files Browse the repository at this point in the history
  • Loading branch information
tajisoft authored and peterbarker committed Jul 9, 2024
1 parent 4400dca commit f1054b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/environment_install/install-prereqs-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit f1054b0

Please sign in to comment.