mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
contrib/dependency_setup.sh: add "cmake" to pacman_deps.
Without `cmake` installed I get "No such file or directory" while building `randomx`.
This commit is contained in:
@@ -27,7 +27,7 @@ setup_apt() {
|
||||
}
|
||||
|
||||
setup_pacman() {
|
||||
pacman_deps="git make gcc pkgconf alsa-lib openssl sqlcipher wabt"
|
||||
pacman_deps="git cmake make gcc pkgconf alsa-lib openssl sqlcipher wabt"
|
||||
$1 -Sy $pacman_deps || return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user