cryptopp: depends on cxx (#49730)

This commit is contained in:
Wouter Deconinck
2025-03-28 09:06:00 -05:00
committed by GitHub
parent 511c2750c7
commit df9cac172e

View File

@@ -33,6 +33,7 @@ class Cryptopp(MakefilePackage):
variant("shared", default=True, description="Build shared object versions of libraries.")
depends_on("cxx", type="build")
depends_on("gmake", type="build")
def url_for_version(self, version):