Skip to content

Commit

Permalink
deps.sh: require C++ compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl committed Jun 8, 2023
1 parent fe7fbfb commit 5c8b752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fetch () {
}

check_fedora_pkgs () {
local REQUIRED_RPMS=( cmake pkgconf )
local REQUIRED_RPMS=( cmake pkgconf make gcc gcc-c++ )

echo "[~] Checking for required RPM packages"

Expand Down

0 comments on commit 5c8b752

Please sign in to comment.