MSYS2: Switch to arm-none-eabi-gcc package (#10421)

This commit is contained in:
Ryan
2020-10-01 04:10:02 +10:00
committed by GitHub
parent 5ecb1b2d39
commit 482c9fbbf2
2 changed files with 6 additions and 42 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/gcc-arm-none-eabi/bin
}
export_variables