mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
Add 32 bit MINGW support ....
This commit is contained in:
parent
9c8f8bd3bc
commit
99cb107b71
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue