Package naming on QMK MSYS.

This commit is contained in:
Nick Brassel 2025-04-22 09:25:57 +10:00
parent de8d66b6fd
commit decf39592e
No known key found for this signature in database

View File

@ -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" ;;