dev-cpp/rapidyaml: fix build without git

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-09-22 19:39:51 -04:00
parent 0bee058631
commit 86c73f1f4f

View File

@@ -60,6 +60,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DGIT=false # don't call git nor fail if missing, not a repo
-DRYML_BUILD_API=no # TODO if a python consumer needs it
-DRYML_BUILD_TESTS=$(usex test)
-DRYML_DBG=$(usex debug)