1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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