Browse Source

Add 32 bit MINGW support ....

pull/3625/head
Drashna Jaelre 5 years ago
committed by skullydazed
parent
commit
99cb107b71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/qmk_install.sh

+ 1
- 1
util/qmk_install.sh View File

@ -10,7 +10,7 @@ case $(uname) in
Linux)
exec "${util_dir}/linux_install.sh"
;;
MSYS_NT*|MINGW64_NT*)
MSYS_NT*|MINGW64_NT*|MINGW32_NT*)
exec "${util_dir}/msys2_install.sh"
;;
esac

Loading…
Cancel
Save