mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
contrib/dependency_setup: missing wabt dependency added for pacman
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user