contrib/dependency_setup: missing wabt dependency added for pacman

This commit is contained in:
rwat
2025-01-06 15:24:51 +00:00
committed by parazyd
parent fed08e96cd
commit 1ad5003f8a

View File

@@ -27,7 +27,7 @@ setup_apt() {
}
setup_pacman() {
pacman_deps="git make gcc pkgconf alsa-lib openssl sqlcipher"
pacman_deps="git make gcc pkgconf alsa-lib openssl sqlcipher wabt"
$1 -Sy $pacman_deps || return 1
}