unqlite: fix dependency on C++ (#49774)

This commit is contained in:
Matthieu Dorier 2025-03-29 15:10:59 +00:00 committed by GitHub
parent 22c38e5975
commit 7970a04025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ class Unqlite(CMakePackage):
version("master", branch="master")
version("1.1.9", sha256="33d5b5e7b2ca223942e77d31112d2e20512bc507808414451c8a98a7be5e15c0")
depends_on("cxx", type="build") # generated
depends_on("c", type="build") # generated
# This patch corresponds to https://github.com/symisc/unqlite/pull/99