More Windows deps.

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

View File

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