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