mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
More Windows deps.
This commit is contained in:
parent
decf39592e
commit
b998dcfd0e
@ -182,7 +182,7 @@ __EOT__
|
|||||||
get_package_manager_deps() {
|
get_package_manager_deps() {
|
||||||
case $(fn_os) in
|
case $(fn_os) in
|
||||||
macos) echo "zstd clang-format make hidapi libusb dos2unix git" ;;
|
macos) echo "zstd clang-format make hidapi libusb dos2unix git" ;;
|
||||||
windows) echo "base-devel: zstd:x toolchain:x clang:x hidapi:x dos2unix: git:" ;;
|
windows) echo "base-devel: zstd:x toolchain:x clang:x hidapi:x dos2unix: git: unzip:" ;;
|
||||||
linux)
|
linux)
|
||||||
case $(grep ID /etc/os-release) in
|
case $(grep ID /etc/os-release) in
|
||||||
*arch* | *manjaro*) echo "zstd base-devel clang diffutils unzip wget zip hidapi dos2unix git" ;;
|
*arch* | *manjaro*) echo "zstd base-devel clang diffutils unzip wget zip hidapi dos2unix git" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user