MSYS2: install packages for AVR toolchain (#10078)

This commit is contained in:
Ryan 2020-08-25 19:04:42 +10:00 committed by GitHub
parent 5460489b51
commit c9c63806a7
Failed to generate hash of commit
2 changed files with 5 additions and 29 deletions

View file

@ -3,7 +3,6 @@
function export_variables {
local util_dir=~/qmk_utils
export PATH=$PATH:$util_dir
export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin
export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin
}