diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/activate_msys2.sh | 1 | ||||
-rw-r--r-- | util/msys2_install.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/util/activate_msys2.sh b/util/activate_msys2.sh index 8874d8325..1ddffbaad 100644 --- a/util/activate_msys2.sh +++ b/util/activate_msys2.sh @@ -8,6 +8,7 @@ function export_variables { export PATH=$PATH:$util_dir/flip/bin export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin + export PATH=$PATH:/mingw64/bin } export_variables diff --git a/util/msys2_install.sh b/util/msys2_install.sh index c64685754..d9459580c 100644 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh @@ -67,7 +67,7 @@ if [ ! -d "$armtools" ]; then while true; do echo echo "The ARM toolchain is not installed." - echo "This is needed for building ARM based keboards." + echo "This is needed for building ARM based keyboards." read -p "Do you want to install it? (Y/N) " res case $res in [Yy]* ) install_arm; break;; |